mirror of
https://github.com/stackbuilders/hapistrano.git
synced 2024-11-27 02:24:43 +03:00
Added zw3rk cache for ghc902
This commit is contained in:
parent
6f61598fbb
commit
58c8830c1f
12
flake.nix
12
flake.nix
@ -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";
|
||||
};
|
||||
})
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user