mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
Enable specifying directories in plugin-files.
This commit is contained in:
parent
f471aacff2
commit
b8739f2fb3
2 changed files with 22 additions and 6 deletions
|
@ -764,6 +764,10 @@ builtins.fetchurl {
|
|||
should not be linked to any Nix libs directly, as those will
|
||||
be available already at load time.
|
||||
</para>
|
||||
<para>
|
||||
If an entry in the list is a directory, all files in the
|
||||
directory are loaded as plugins (non-recursively).
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
</varlistentry>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue