feat: add haskell to develop and doom

This commit is contained in:
Infinidoge 2021-10-11 20:45:41 -04:00
parent e7b58ef17a
commit 6a5347a6ef
2 changed files with 11 additions and 1 deletions

View file

@ -0,0 +1,10 @@
{ pkgs, lib, ... }: {
environment.systemPackages = with pkgs; lib.lists.flatten [
haskell-language-server
ghc
stack
stack2nix
cabal2nix
];
}