hydra: broaden allowedUris to m-labs repos

pull/21/head
mwojcik 2022-02-07 11:04:04 +08:00
parent a270418cfc
commit 3a5f0e15ec
1 changed files with 1 additions and 1 deletions

View File

@ -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. */