mirror of
https://github.com/NixOS/nix
synced 2025-06-27 08:31:16 +02:00
adding all the value names from env.values[0]
This commit is contained in:
parent
bd3b5329f9
commit
d8a977a22e
2 changed files with 12 additions and 14 deletions
|
@ -103,7 +103,7 @@ extern std::function<void(const Error & error, const Env & env)> debuggerHook;
|
|||
|
||||
ref<EvalState> EvalCommand::getEvalState()
|
||||
{
|
||||
std::cout << " EvalCommand::getEvalState()" << startReplOnEvalErrors << std::endl;
|
||||
std::cout << "EvalCommand::getEvalState()" << startReplOnEvalErrors << std::endl;
|
||||
if (!evalState) {
|
||||
evalState = std::make_shared<EvalState>(searchPath, getStore());
|
||||
if (startReplOnEvalErrors)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue