This commit is contained in:
Charlotte 🦝 Delenk 2022-05-16 13:03:22 +01:00
parent b8d2c92b9b
commit e98e2dd4c1
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -1,5 +1,5 @@
diff --git a/src/hydra-eval-jobs/hydra-eval-jobs.cc b/src/hydra-eval-jobs/hydra-eval-jobs.cc
index 918bd451..a23c00a3 100644
index 918bd451..cc1ee7d4 100644
--- a/src/hydra-eval-jobs/hydra-eval-jobs.cc
+++ b/src/hydra-eval-jobs/hydra-eval-jobs.cc
@@ -306,7 +306,7 @@ int main(int argc, char * * argv)
@ -7,7 +7,7 @@ index 918bd451..a23c00a3 100644
/* Prevent access to paths outside of the Nix search path and
to the environment. */
- evalSettings.restrictEval = true;
+ //evalSettings.restrictEval = true;
+ evalSettings.restrictEval = false;
/* When building a flake, use pure evaluation (no access to
'getEnv', 'currentSystem' etc. */