From 162ad28a5262e1904e12077e97f2eeb11610d36a Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sat, 17 Dec 2022 14:58:35 +0800 Subject: [PATCH] hydra: allow eval from duke gitlab --- nixbld-etc-nixos/hydra-hack-allowed-uris.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixbld-etc-nixos/hydra-hack-allowed-uris.patch b/nixbld-etc-nixos/hydra-hack-allowed-uris.patch index 8a0ab0f..9f76bb4 100644 --- a/nixbld-etc-nixos/hydra-hack-allowed-uris.patch +++ b/nixbld-etc-nixos/hydra-hack-allowed-uris.patch @@ -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. */