forked from M-Labs/it-infra
hydra: update evalSettings.allowedUris
This commit is contained in:
parent
a270418cfc
commit
322d267caf
|
@ -6,7 +6,7 @@ index 934bf42e..48f2d248 100644
|
|||
to the environment. */
|
||||
evalSettings.restrictEval = true;
|
||||
|
||||
+ evalSettings.allowedUris = {"https://github.com/m-labs/misoc.git"};
|
||||
+ evalSettings.allowedUris = {"https://github.com/m-labs/", "https://git.m-labs.hk/m-labs/"};
|
||||
+
|
||||
/* When building a flake, use pure evaluation (no access to
|
||||
'getEnv', 'currentSystem' etc. */
|
||||
|
|
Loading…
Reference in New Issue