λ haskell configs

This commit is contained in:
2021-05-02 16:30:21 -04:00
parent c11fdb186d
commit 9ac792d033
2 changed files with 6 additions and 0 deletions

View File

@ -24,6 +24,11 @@
supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];
}];
# 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" ];
# Create /etc/bashrc that loads the nix-darwin environment.
programs = {
zsh = {