We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4b16f9 commit 0fef53eCopy full SHA for 0fef53e
extras/flake-haskell.nix
@@ -43,6 +43,7 @@ let
43
haskell-language-server = { };
44
hlint = { };
45
cabal-fmt = { };
46
+ fourmolu = { };
47
};
48
49
shellHook = lib.mkForce devShellHook;
settings.nix
@@ -50,15 +50,12 @@
50
51
tools = [
52
pkgs.haskellPackages.apply-refact
53
- pkgs.haskellPackages.fourmolu
54
55
inputs.pre-commit-hooks.outputs.packages.${system}.deadnix
56
inputs.pre-commit-hooks.outputs.packages.${system}.nixpkgs-fmt
57
58
inputs.pre-commit-hooks.outputs.packages.${system}.shellcheck
59
60
- inputs.pre-commit-hooks.outputs.packages.${system}.typos
61
-
62
inputs.pre-commit-hooks.outputs.packages.${system}.markdownlint-cli
63
inputs.pre-commit-hooks.outputs.packages.${system}.dhall
64
0 commit comments