@cryptotaxi247 / infra / commits / d42ce568

delft: nix: allow github: URIs in restricted eval (required by Nix 2.19+)

Pierre Bourdon committed Jan 25, 2024 at 15:30 UTC d42ce5689942bbba12a69452b85d88ebdadf1cb7
1 file changed +1 -1
delft/common.nix
+1 -1
@@ -56,7 +56,7 @@ with lib;
56 nix.extraOptions =
57 ''
58 allowed-impure-host-deps = /etc/protocols /etc/services /etc/nsswitch.conf
59 - allowed-uris = https://github.com/ https://git.savannah.gnu.org/
59 + allowed-uris = https://github.com/ https://git.savannah.gnu.org/ github:
60 '';
61
62 networking.firewall.enable = true;