iog: updated cache

This commit is contained in:
Serĉanto de Scio 2022-06-20 06:56:19 +10:00
parent 56c3a9ac4a
commit 7542582fa3
Signed by: sercanto
GPG key ID: 7DBA9F5689EFB6AA

View file

@ -12,19 +12,21 @@ in {
nix = { nix = {
package = nixUnstable; package = nixUnstable;
binaryCaches = [ settings = {
substituters = [
"https://cache.nixos.org" "https://cache.nixos.org"
"https://erc20.cachix.org" "https://erc20.cachix.org"
"https://cache.iog.io" "https://cache.iog.io"
"s3://iohk-vit-bitte/infra/binary-cache/?region=eu-central-1" "s3://iohk-vit-bitte/infra/binary-cache/?region=eu-central-1"
]; ];
binaryCachePublicKeys = [ trusted-public-keys = [
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=" "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
"erc20.cachix.org-1:SSf1RXfccF4/rwiwgBrbV7n8EBn0xciuU/TMdtor8LE=" "erc20.cachix.org-1:SSf1RXfccF4/rwiwgBrbV7n8EBn0xciuU/TMdtor8LE="
"cache.iog.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=" "hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ="
"iohk.cachix.org-1:DpRUyj7h7V830dp/i6Nti+NEO2/nhblbov/8MW7Rqoo=" "iohk.cachix.org-1:DpRUyj7h7V830dp/i6Nti+NEO2/nhblbov/8MW7Rqoo="
"vit-testnet-0:0lvkEoYh+XrBh7pr4bXjsUisUkUxsyLvvWBIJwym/RM=" "vit-testnet-0:0lvkEoYh+XrBh7pr4bXjsUisUkUxsyLvvWBIJwym/RM="
]; ];
};
extraOptions = '' extraOptions = ''
#repeat = 1 # Ensure reproducibility of builds #repeat = 1 # Ensure reproducibility of builds
experimental-features = nix-command flakes experimental-features = nix-command flakes