Enable binary cache for haskell.nix
This commit is contained in:
parent
500c3fb75c
commit
a7b5ddde96
1 changed files with 6 additions and 0 deletions
|
|
@ -14,6 +14,12 @@
|
|||
experimental-features = nix-command flakes ca-derivations
|
||||
'';
|
||||
#nix.registry.nixpkgs.flake = nixpkgs;
|
||||
|
||||
# Binary Cache for Haskell.nix
|
||||
nix.binaryCachePublicKeys =
|
||||
[ "hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=" ];
|
||||
nix.binaryCaches = [ "https://hydra.iohk.io" ];
|
||||
|
||||
# Use the GRUB 2 boot loader.
|
||||
boot.loader.grub.enable = true;
|
||||
boot.loader.grub.version = 2;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue