mirror of
https://github.com/NixOS/nix.git
synced 2025-11-15 06:52:43 +01:00
Explicitly describe the effects of filterSource excluding a directory.
(cherry picked from commit bbbfc180d9)
This commit is contained in:
parent
9dc0af1116
commit
c57948e94a
1 changed files with 3 additions and 1 deletions
|
|
@ -429,7 +429,9 @@ stdenv.mkDerivation {
|
||||||
<literal>"unknown"</literal> (for other kinds of files such as
|
<literal>"unknown"</literal> (for other kinds of files such as
|
||||||
device nodes or fifos — but note that those cannot be copied to
|
device nodes or fifos — but note that those cannot be copied to
|
||||||
the Nix store, so if the predicate returns
|
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>
|
</listitem>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue