ngi0 hydra: Allow access to git.savannah.gnu.org
Eelco Dolstra committed
Jul 23, 2021 at 15:59 UTC
338153d0b797eb6ca2facb40847e5ee5f4c05362
1 file changed
+1
ngi0/hydra/hydra.nix
+1
@@ -51,6 +51,7 @@ in
51
nix.extraOptions = lib.mkForce
52
''
53
experimental-features = nix-command flakes ca-references ca-derivations
54
+ allowed-uris = https://github.com/ https://git.savannah.gnu.org/
55
'';
56
57
}