nix-instantiate: Fix read-only evaluation

This commit is contained in:
Eelco Dolstra
2012-11-26 17:41:10 +01:00
parent 8d8d47abd2
commit 408a7bfac1
5 changed files with 17 additions and 10 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ public:
SymbolTable symbols;
const Symbol sWith, sOutPath, sDrvPath, sType, sMeta, sName,
sSystem, sOverrides;
sSystem, sOverrides, sOutputName;
/* If set, force copying files to the Nix store even if they
already exist there. */