hydra: broaden allowedUris to m-labs repos #21

Closed
mwojcik wants to merge 1 commits from mwojcik/it-infra:alloweduris_update into master
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/"};

Syntax seems wrong. I think this is an internal data structure and it should be parsed already.

Syntax seems wrong. I think this is an internal data structure and it should be parsed already.
+
/* When building a flake, use pure evaluation (no access to
'getEnv', 'currentSystem' etc. */