hydra: broaden allowedUris to m-labs repos #21
|
@ -6,7 +6,7 @@ index 934bf42e..48f2d248 100644
|
||||||
to the environment. */
|
to the environment. */
|
||||||
evalSettings.restrictEval = true;
|
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
|
/* When building a flake, use pure evaluation (no access to
|
||||||
'getEnv', 'currentSystem' etc. */
|
'getEnv', 'currentSystem' etc. */
|
||||||
|
|
Loading…
Reference in New Issue
Syntax seems wrong. I think this is an internal data structure and it should be parsed already.