1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-11 04:56:01 +01:00

Update src/libmain/plugin.cc

Co-authored-by: Eelco Dolstra <edolstra@gmail.com>
This commit is contained in:
Graham Christensen 2025-06-11 10:02:27 -04:00 committed by GitHub
parent 62029df300
commit c6f87378db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 libs directly, as those are already already at load
any Nix libraries directly, as those are already at load
time.
If an entry in the list is a directory, all files in the directory