mirror of
https://github.com/NixOS/nix.git
synced 2025-11-10 04:26:01 +01:00
remove extra argument
This commit is contained in:
parent
2acdb90438
commit
6faa56ea1f
3 changed files with 1 additions and 3 deletions
|
|
@ -138,7 +138,7 @@ ref<EvalState> EvalCommand::getEvalState()
|
|||
|
||||
if (expr.staticEnv) {
|
||||
auto vm = mapStaticEnvBindings(evalState->symbols, *expr.staticEnv.get(), env);
|
||||
runRepl(evalState, expr, *vm);
|
||||
runRepl(evalState, *vm);
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue