hydra: allow eval from duke gitlab

force-ssl-main-website
Sebastien Bourdeauducq 2022-12-17 14:58:35 +08:00
parent 141f303a09
commit 162ad28a52
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/", "https://git.m-labs.hk/m-labs/"};
+ evalSettings.allowedUris = {"https://github.com/m-labs/", "https://git.m-labs.hk/m-labs/", "https://gitlab.com/duke-artiq/"};
+
/* When building a flake, use pure evaluation (no access to
'getEnv', 'currentSystem' etc. */