feat: haskell added

This commit is contained in:
Artur Manuel 2024-09-07 16:33:54 +01:00
commit 71c63a89e2
Failed to generate hash of commit
18 changed files with 161 additions and 102 deletions

View file

@ -0,0 +1,4 @@
{ haskellPackages }:
haskellPackages.developPackage {
root = ../.;
}

View file

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

View file

@ -0,0 +1,5 @@
_: {
projectRootFile = "flake.nix";
programs.nixfmt.enable = true;
programs.ormolu.enable = true;
}