feat: add haskell to develop and doom
This commit is contained in:
parent
e7b58ef17a
commit
6a5347a6ef
2 changed files with 11 additions and 1 deletions
10
profiles/develop/programming/haskell.nix
Normal file
10
profiles/develop/programming/haskell.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ pkgs, lib, ... }: {
|
||||
environment.systemPackages = with pkgs; lib.lists.flatten [
|
||||
haskell-language-server
|
||||
ghc
|
||||
|
||||
stack
|
||||
stack2nix
|
||||
cabal2nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue