mirror of
https://github.com/NixOS/nix
synced 2025-06-27 04:21:16 +02:00
more cleanup
This commit is contained in:
parent
7e2a3db4eb
commit
69e26c5c4b
3 changed files with 13 additions and 15 deletions
|
@ -81,8 +81,8 @@ ref<EvalState> EvalCommand::getEvalState()
|
|||
|
||||
if (expr.staticenv)
|
||||
{
|
||||
auto vm = mapStaticEnvBindings(*expr.staticenv.get(), env);
|
||||
runRepl(evalState, *vm);
|
||||
auto vm = mapStaticEnvBindings(*expr.staticenv.get(), env);
|
||||
runRepl(evalState, *vm);
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue