λ haskell configs
This commit is contained in:
parent
c11fdb186d
commit
9ac792d033
@ -62,3 +62,4 @@
|
||||
(pinentry-start)
|
||||
|
||||
(add-to-list 'auto-mode-alist '("\\.njk" . web-mode))
|
||||
(setq lsp-haskell-formatting-provider "stylish-haskell")
|
||||
|
@ -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 = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user