mirror of
https://github.com/NixOS/nix.git
synced 2025-11-11 21:16:02 +01:00
Update src/libmain/plugin.cc
Co-authored-by: Eelco Dolstra <edolstra@gmail.com>
This commit is contained in:
parent
62029df300
commit
c6f87378db
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ struct PluginSettings : Config
|
||||||
itself, they must be DSOs compatible with the instance of Nix
|
itself, they must be DSOs compatible with the instance of Nix
|
||||||
running at the time (i.e. compiled against the same headers, not
|
running at the time (i.e. compiled against the same headers, not
|
||||||
linked to any incompatible libraries). They should not be linked to
|
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.
|
time.
|
||||||
|
|
||||||
If an entry in the list is a directory, all files in the directory
|
If an entry in the list is a directory, all files in the directory
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue