forked from lix-project/lix
nix repl: Run in impure mode
This commit is contained in:
parent
aeb695c007
commit
2dbd69dbf4
|
@ -778,6 +778,7 @@ struct CmdRepl : StoreCommand, MixEvalArgs
|
||||||
|
|
||||||
void run(ref<Store> store) override
|
void run(ref<Store> store) override
|
||||||
{
|
{
|
||||||
|
evalSettings.pureEval = false;
|
||||||
auto repl = std::make_unique<NixRepl>(searchPath, openStore());
|
auto repl = std::make_unique<NixRepl>(searchPath, openStore());
|
||||||
repl->autoArgs = getAutoArgs(repl->state);
|
repl->autoArgs = getAutoArgs(repl->state);
|
||||||
repl->mainLoop(files);
|
repl->mainLoop(files);
|
||||||
|
|
Loading…
Reference in a new issue