mirror of
https://github.com/NixOS/nix.git
synced 2024-11-22 06:42:28 +00:00
nix repl: Remove unnecessary call to evalString
This crashes with the multithreaded evaluator, which checks against attempts to finish an already finished value.
This commit is contained in:
parent
c274e005b6
commit
2141a52ca3
@ -644,9 +644,6 @@ ProcessLineResult NixRepl::processLine(std::string line)
|
||||
fallbackPos = attr->pos;
|
||||
fallbackDoc = state->getDocCommentForPos(fallbackPos);
|
||||
}
|
||||
|
||||
} else {
|
||||
evalString(arg, v);
|
||||
}
|
||||
|
||||
evalString(arg, v);
|
||||
|
Loading…
Reference in New Issue
Block a user