Added zw3rk cache for ghc902

This commit is contained in:
Oscar Izquierdo 2024-07-12 12:32:16 +02:00 committed by Sebastián Estrella
parent 6f61598fbb
commit 58c8830c1f

View File

@ -7,8 +7,14 @@
nixConfig = {
allow-import-from-derivation = "true";
extra-substituters = [ "https://cache.iog.io" ];
extra-trusted-public-keys = [ "hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=" ];
extra-substituters = [
"https://cache.iog.io"
"https://cache.zw3rk.com"
];
extra-trusted-public-keys = [
"hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ="
"loony-tools:pr9m4BkM/5/eSTZlkQyRt57Jz7OMBxNSUiMC4FkcNfk="
];
};
outputs = inputs@{ self, flake-utils, haskellNix, nixpkgs }:
@ -26,7 +32,7 @@
name = "hapistrano";
src = ./.;
};
compiler-nix-name = "ghc8107";
compiler-nix-name = "ghc902";
};
})
];