dotfiles/templates/haskell/parts/config/pre-commit.nix

8 lines
135 B
Nix
Raw Normal View History

2025-03-29 23:08:26 -05:00
{
pre-commit.settings.hooks = {
2025-04-21 13:44:49 -05:00
nixfmt-rfc-style.enable = true;
# commitizen.enable = true;
2025-03-29 23:08:26 -05:00
statix.enable = true;
};
}