forked from lix-project/nix-eval-jobs
disable restrictEval again
This commit is contained in:
parent
0e1be9fdaf
commit
7e41287c1b
|
@ -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. */
|
||||
|
|
Loading…
Reference in a new issue