Move evaluator-specific settings out of libstore

This commit is contained in:
Eelco Dolstra 2018-03-27 19:02:22 +02:00
parent c1d445ecec
commit 1672bcd230
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE
7 changed files with 42 additions and 31 deletions

View file

@ -46,7 +46,7 @@ struct CmdUpgradeNix : StoreCommand
void run(ref<Store> store) override
{
settings.pureEval = true;
evalSettings.pureEval = true;
if (profileDir == "")
profileDir = getProfileDir(store);