1
0
forked from clan/clan-core
clan-core/flake-parts/pre-commit.nix
DavHau 4036df90d2 chore: add module for formatting
This will export a check for formatting and makes `nix fmt` use treefmt
2023-07-12 19:24:05 +02:00

5 lines
126 B
Nix

{ self, ... }: {
pre-commit.settings.hooks.alejandra.enable = true;
pre-commit.settings.hooks.shellcheck.enable = true;
}