@cryptotaxi247 / infra / commits / 89157d13

Set allow_import_from_derivation to false

Eelco Dolstra committed May 28, 2020 at 11:14 UTC 89157d1310d9716d132c92ebfc6cd657212c1157
1 file changed +2
delft/hydra.nix
+2
@@ -54,6 +54,8 @@ in
54 max_concurrent_evals = 1
55
56 max_unsupported_time = 86400
57 +
58 + allow_import_from_derivation = false
59 '';
60
61 systemd.tmpfiles.rules =