VEGAS/hydra: allow access to Sourcehut
This commit is contained in:
parent
80936c5694
commit
183cd53e84
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ in
|
||||||
);
|
);
|
||||||
|
|
||||||
nix.extraOptions = lib.mkForce ''
|
nix.extraOptions = lib.mkForce ''
|
||||||
allowed-uris = https://git.${domain} https://github.com
|
allowed-uris = https://git.${domain} https://github.com https://git.sr.ht
|
||||||
keep-outputs = true
|
keep-outputs = true
|
||||||
keep-derivations = true
|
keep-derivations = true
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue