disable restrictEval again

This commit is contained in:
Jörg Thalheim 2021-03-14 23:32:36 +01:00
parent 0e1be9fdaf
commit 7e41287c1b
No known key found for this signature in database
GPG Key ID: B3F5D81B0C6967C4
1 changed files with 1 additions and 1 deletions

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. */