feat(nix): add IOHK cache for haskell.nix
This commit is contained in:
parent
4447bc69f2
commit
31fe83a056
|
@ -14,7 +14,10 @@
|
|||
options = "--delete-older-than 30d";
|
||||
};
|
||||
|
||||
nix.binaryCaches = [ "https://nixcache.reflex-frp.org" ];
|
||||
nix.binaryCachePublicKeys =
|
||||
[ "ryantrinkle.com-1:JJiAKaRv9mWgpVAz8dwewnZe0AzzEAzPkagE9SP5NWI=" ];
|
||||
nix.binaryCaches =
|
||||
[ "https://hydra.iohk.io" "https://nixcache.reflex-frp.org" ];
|
||||
nix.binaryCachePublicKeys = [
|
||||
"hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ="
|
||||
"ryantrinkle.com-1:JJiAKaRv9mWgpVAz8dwewnZe0AzzEAzPkagE9SP5NWI="
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue