mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
Remove unnecessary "system" argument
This commit is contained in:
parent
e855c7e2c9
commit
ef902274fd
4 changed files with 6 additions and 6 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue