feat: direnv for haskell

This commit is contained in:
Artur Manuel 2024-09-12 19:51:24 +01:00
commit c4f6b54c65
Failed to generate hash of commit
2 changed files with 4 additions and 1 deletions

View file

@ -1,4 +1,6 @@
{ haskellPackages }: {
{ mkShell, haskellPackages }:
mkShell {
name = "haskell";
packages = builtins.attrValues {
inherit (haskellPackages)
haskell-language-server