about summary refs log tree commit diff
path: root/src/nix-env/main.cc
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2006-10-17T12·15+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2006-10-17T12·15+0000
commit822dba2210a03144510df357c4c38229b1e4c211 (patch)
tree50fab5e4dc666bb425dea02c759b81ae1f8798d8 /src/nix-env/main.cc
parentdfc042a0c1786596554f30d628555845ab4539d8 (diff)
* Maintain the references for the user environment properly.
Diffstat (limited to 'src/nix-env/main.cc')
-rw-r--r--src/nix-env/main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix-env/main.cc b/src/nix-env/main.cc
index f6b3cbdfb4..f67a076897 100644
--- a/src/nix-env/main.cc
+++ b/src/nix-env/main.cc
@@ -200,7 +200,7 @@ static void createUserEnv(EvalState & state, const DrvInfos & elems,
         makeBind(toATerm("derivations"),
             makeList(ATreverse(inputs)), makeNoPos()),
         makeBind(toATerm("manifest"),
-            makeStr(manifestFile), makeNoPos())
+            makeStr(manifestFile, singleton<PathSet>(manifestFile)), makeNoPos())
         )));
 
     /* Instantiate it. */