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:
Eelco Dolstra 2024-07-26 15:38:44 +02:00
parent c274e005b6
commit 2141a52ca3

View file

@ -644,9 +644,6 @@ ProcessLineResult NixRepl::processLine(std::string line)
fallbackPos = attr->pos;
fallbackDoc = state->getDocCommentForPos(fallbackPos);
}
} else {
evalString(arg, v);
}
evalString(arg, v);