aboutsummaryrefslogtreecommitdiff
path: root/doc/manual
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2018-02-13 17:32:32 +0100
committerGitHub <noreply@github.com>2018-02-13 17:32:32 +0100
commit7253113fd240baea7bafe30fdb2734098ce35fc4 (patch)
tree6c20e81253bd76ebc377c983d9c31d9946856902 /doc/manual
parentf471aacff213047390951620f5f9799dc745f167 (diff)
parentb8739f2fb33a28a250cd2053c013b977a3f096e8 (diff)
Merge pull request #1862 from shlevy/plugin-dirs
Enable specifying directories in plugin-files.
Diffstat (limited to 'doc/manual')
-rw-r--r--doc/manual/command-ref/conf-file.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/manual/command-ref/conf-file.xml b/doc/manual/command-ref/conf-file.xml
index 5c4561f66..2b7a69a0c 100644
--- a/doc/manual/command-ref/conf-file.xml
+++ b/doc/manual/command-ref/conf-file.xml
@@ -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>