From 822dba2210a03144510df357c4c38229b1e4c211 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 17 Oct 2006 12:15:15 +0000 Subject: [PATCH] * Maintain the references for the user environment properly. --- src/nix-env/main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(manifestFile)), makeNoPos()) ))); /* Instantiate it. */