hydra: update evalSettings.allowedUris

force-ssl-main-website
Sebastien Bourdeauducq 2022-02-07 14:31:21 +08:00
parent a270418cfc
commit 322d267caf
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. */