disable restrictEval again

This commit is contained in:
Jörg Thalheim
2021-03-14 23:32:36 +01:00
parent 0e1be9fdaf
commit 7e41287c1b
+1 -1
View File
@@ -305,7 +305,7 @@ int main(int argc, char * * argv)
/* Prevent access to paths outside of the Nix search path and
to the environment. */
evalSettings.restrictEval = true;
evalSettings.restrictEval = false;
/* When building a flake, use pure evaluation (no access to
'getEnv', 'currentSystem' etc. */