λ haskell configs

This commit is contained in:
James Walker 2021-05-02 16:30:21 -04:00
parent c11fdb186d
commit 9ac792d033
Signed by: walkah
GPG Key ID: 3C127179D6086E93
2 changed files with 6 additions and 0 deletions

View File

@ -62,3 +62,4 @@
(pinentry-start)
(add-to-list 'auto-mode-alist '("\\.njk" . web-mode))
(setq lsp-haskell-formatting-provider "stylish-haskell")

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 = {