1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-05 12:21:48 +02:00

* The output of a Derive() node is not a referenced path.

This commit is contained in:
Eelco Dolstra 2003-07-08 15:33:06 +00:00
parent 40274c1f4f
commit 333f4963de
2 changed files with 1 additions and 3 deletions

View file

@ -160,7 +160,7 @@ static void opQuery(Strings opFlags, Strings opArgs)
break;
case qRefs: {
Strings refs = fstateRefs(termFromHash(hash));
Strings refs = fstateRefs(realiseFState(termFromHash(hash)));
for (Strings::iterator j = refs.begin();
j != refs.end(); j++)
cout << format("%s\n") % *j;