From e565571f694d4e2c87ecef0b41a01e5eae67e55e Mon Sep 17 00:00:00 2001 From: Luc Perkins Date: Thu, 12 Jun 2025 08:25:10 -0700 Subject: [PATCH] Re-supply inadvertently deleted word --- src/libmain/plugin.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libmain/plugin.cc b/src/libmain/plugin.cc index f5eddabdd..760a096ad 100644 --- a/src/libmain/plugin.cc +++ b/src/libmain/plugin.cc @@ -60,7 +60,7 @@ struct PluginSettings : Config itself, they must be DSOs compatible with the instance of Nix running at the time (i.e. compiled against the same headers, not linked to any incompatible libraries). They should not be linked to - any Nix libraries directly, as those are already at load + any Nix libraries directly, as those are already available at load time. If an entry in the list is a directory, all files in the directory