fix: actually add haskell

This commit is contained in:
Artur Manuel 2024-09-07 17:20:05 +01:00
commit b5f8727837
Failed to generate hash of commit
11 changed files with 5 additions and 25 deletions

View file

@ -1,9 +0,0 @@
{ haskellPackages }: {
packages = builtins.attrValues {
inherit (haskellPackages)
haskell-language-server
ormolu
ghc
;
};
}