mirror of
https://github.com/NixOS/nix.git
synced 2025-11-27 20:51:00 +01:00
* The output of a Derive() node is not a referenced path.
This commit is contained in:
parent
40274c1f4f
commit
333f4963de
2 changed files with 1 additions and 3 deletions
|
|
@ -359,8 +359,6 @@ void fstateRefs2(FState fs, StringSet & paths)
|
|||
else if (ATmatch(fs, "Derive(<str>, <str>, [<list>], <str>, [<list>])",
|
||||
&s1, &s2, &ins, &s3, &e2))
|
||||
{
|
||||
paths.insert(s3);
|
||||
|
||||
while (!ATisEmpty(ins)) {
|
||||
fstateRefs2(ATgetFirst(ins), paths);
|
||||
ins = ATgetNext(ins);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue