nix: Support the --repair flag
This commit is contained in:
@@ -121,6 +121,8 @@ ref<EvalState> EvalCommand::getEvalState()
|
||||
#endif
|
||||
;
|
||||
|
||||
evalState->repair = repair;
|
||||
|
||||
if (startReplOnEvalErrors) {
|
||||
evalState->debugRepl = &AbstractNixRepl::runSimple;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user