email: Add afew tagger for notmuch

This commit is contained in:
Alexander Kobjolke 2024-10-20 10:29:33 +02:00
parent ec351d3e3f
commit 1246c89369
5 changed files with 25 additions and 27 deletions

View file

@ -62,7 +62,7 @@
tools.fourmolu = pkgs.haskellPackages.fourmolu;
tools.nixfmt = pkgs.nixfmt-rfc-style;
hooks = {
nixfmt.enable = true;
nixfmt-rfc-style.enable = true;
fourmolu.enable = true;
hpack.enable = true;
hlint.enable = true;
@ -139,7 +139,7 @@
withHoogle = true;
nativeBuildInputs = with pkgs; [
buildInputs = with pkgs; [
haskellPackages.haskell-language-server
haskellPackages.fourmolu
haskellPackages.hspec-discover