nix: added erc20 cache
This commit is contained in:
parent
2bbad56aa5
commit
9cd60f8d54
|
@ -8,12 +8,14 @@
|
|||
package = pkgs.nixFlakes;
|
||||
binaryCaches = [
|
||||
"https://cache.nixos.org"
|
||||
"https://erc20.cachix.org"
|
||||
"https://hydra.iohk.io"
|
||||
"https://hydra.mantis.ist"
|
||||
"s3://iohk-vit-bitte/infra/binary-cache/?region=eu-central-1"
|
||||
];
|
||||
binaryCachePublicKeys = [
|
||||
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
|
||||
"erc20.cachix.org-1:SSf1RXfccF4/rwiwgBrbV7n8EBn0xciuU/TMdtor8LE="
|
||||
"hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ="
|
||||
"iohk.cachix.org-1:DpRUyj7h7V830dp/i6Nti+NEO2/nhblbov/8MW7Rqoo="
|
||||
"hydra.mantis.ist-1:4LTe7Q+5pm8+HawKxvmn2Hx0E3NbkYjtf1oWv+eAmTo="
|
||||
|
|
Loading…
Reference in a new issue