stylix: add hlint pre-commit hook

Link: https://github.com/danth/stylix/pull/519
This commit is contained in:
NAHO 2024-08-21 18:36:35 +02:00
parent 439c6cf24e
commit 708b2147c0
No known key found for this signature in database
GPG key ID: 229CB671D09B95F5

View file

@ -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;