add haskell specific packages

This commit is contained in:
Emile Clark-Boman 2025-09-03 00:56:01 +10:00
parent 120be9e80e
commit 07b9f1f218
2 changed files with 6 additions and 18 deletions

View file

@ -36,7 +36,12 @@
packages = with pkgs; [
gnumake
bear
gcc
ghc
haskell-language-server
ormolu
];
shell = "${pkgs.bash}/bin/bash";