diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2022-12-15 11:33:51 +0100 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2022-12-15 11:33:51 +0100 |
| commit | f208650d929f0472de642ab543aeae44adb82b7b (patch) | |
| tree | 2f266688b445dbca78ed06e62a5989a06ba9a3ea /nixos | |
| parent | ae1f4cbff02d1ffc2df69313f041862b2f33cafb (diff) | |
[tmp] nixos: added haskell.nix substituters
Diffstat (limited to 'nixos')
| -rw-r--r-- | nixos/configuration.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 9b29fec..2143307 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -25,6 +25,13 @@ settings = { auto-optimise-store = true; experimental-features = [ "nix-command" "flakes" ]; + # Binary Cache for Haskell.nix + trusted-public-keys = [ + "hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=" + ]; + substituters = [ + "https://cache.iog.io" + ]; }; gc = { automatic = true; |
