Skip to content

Commit

Permalink
stylix: add hlint pre-commit hook
Browse files Browse the repository at this point in the history
Link: danth#519
(cherry picked from commit 708b214)
  • Loading branch information
trueNAHO committed Jan 4, 2025
1 parent 431752e commit 11d78e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@
git-hooks = inputs.git-hooks.lib.${system}.run {
hooks = {
deadnix.enable = true;
hlint.enable = true;
statix.enable = true;
stylish-haskell.enable = true;
typos.enable = true;
Expand Down

0 comments on commit 11d78e2

Please sign in to comment.