about summary refs log tree commit diff
path: root/nix/hosts/corrino/www/hydra.patch
blob: 2c086e43803e02e8e93669f691050c2266acae16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/hydra-eval-jobs/hydra-eval-jobs.cc b/src/hydra-eval-jobs/hydra-eval-jobs.cc
index 2794cc62..bd6416e9 100644
--- a/src/hydra-eval-jobs/hydra-eval-jobs.cc
+++ b/src/hydra-eval-jobs/hydra-eval-jobs.cc
@@ -327,7 +327,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 = config->getBoolOption("evaluator_restrict_eval", true);
 
         /* When building a flake, use pure evaluation (no access to
            'getEnv', 'currentSystem' etc. */