about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2012-04-14T16·48+0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2012-04-14T16·48+0200
commitef902274fd4b1c13732851e6cbfa00d4d4e46821 (patch)
treef9c4ecdc6dba5e775f5d1ba18d2c37d2ca615529 /src
parente855c7e2c9a9a5cbe4406c1f9351181a9ebe6283 (diff)
Remove unnecessary "system" argument
Diffstat (limited to 'src')
-rw-r--r--src/nix-env/user-env.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nix-env/user-env.cc b/src/nix-env/user-env.cc
index 0dcdcc0d186f..4480a17aa923 100644
--- a/src/nix-env/user-env.cc
+++ b/src/nix-env/user-env.cc
@@ -118,7 +118,6 @@ bool createUserEnv(EvalState & state, DrvInfos & elems,
        builder with the manifest as argument. */
     Value args, topLevel;
     state.mkAttrs(args, 3);
-    mkString(*state.allocAttr(args, state.sSystem), thisSystem);
     mkString(*state.allocAttr(args, state.symbols.create("manifest")),
         manifestFile, singleton<PathSet>(manifestFile));
     args.attrs->push_back(Attr(state.symbols.create("derivations"), &manifest));