From 3a5f0e15ec7bcceb152928ad303590029f9d4d75 Mon Sep 17 00:00:00 2001 From: mwojcik Date: Mon, 7 Feb 2022 11:04:04 +0800 Subject: [PATCH] hydra: broaden allowedUris to m-labs repos --- 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 ed15d92..a8d1b4f 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/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. */ -- 2.42.0