Skip to content

Commit 0fef53e

Browse files
committed
Use fourmolu from haskell.nix
1 parent b4b16f9 commit 0fef53e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

extras/flake-haskell.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ let
4343
haskell-language-server = { };
4444
hlint = { };
4545
cabal-fmt = { };
46+
fourmolu = { };
4647
};
4748

4849
shellHook = lib.mkForce devShellHook;

settings.nix

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,12 @@
5050

5151
tools = [
5252
pkgs.haskellPackages.apply-refact
53-
pkgs.haskellPackages.fourmolu
5453

5554
inputs.pre-commit-hooks.outputs.packages.${system}.deadnix
5655
inputs.pre-commit-hooks.outputs.packages.${system}.nixpkgs-fmt
5756

5857
inputs.pre-commit-hooks.outputs.packages.${system}.shellcheck
5958

60-
inputs.pre-commit-hooks.outputs.packages.${system}.typos
61-
6259
inputs.pre-commit-hooks.outputs.packages.${system}.markdownlint-cli
6360
inputs.pre-commit-hooks.outputs.packages.${system}.dhall
6461

0 commit comments

Comments
 (0)