Skip to content
Snippets Groups Projects
Unverified Commit bbbfc180 authored by Shea Levy's avatar Shea Levy
Browse files

Explicitly describe the effects of filterSource excluding a directory.

parent 5d4a9d56
No related branches found
No related tags found
No related merge requests found
......@@ -459,7 +459,9 @@ stdenv.mkDerivation {
<literal>"unknown"</literal> (for other kinds of files such as
device nodes or fifos — but note that those cannot be copied to
the Nix store, so if the predicate returns
<literal>true</literal> for them, the copy will fail).</para>
<literal>true</literal> for them, the copy will fail). If you
exclude a directory, the entire corresponding subtree of
<replaceable>e2</replaceable> will be excluded.</para>
</listitem>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment