mirror of
https://github.com/NixOS/nix
synced 2025-06-27 04:21:16 +02:00
:d error
This commit is contained in:
parent
c151a9b426
commit
f317019edd
5 changed files with 86 additions and 17 deletions
|
@ -82,7 +82,7 @@ ref<EvalState> EvalCommand::getEvalState()
|
|||
if (expr.staticenv)
|
||||
{
|
||||
auto vm = mapStaticEnvBindings(*expr.staticenv.get(), env);
|
||||
runRepl(evalState, *vm);
|
||||
runRepl(evalState, ref<const Error>(&error), *vm);
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue