srx.astro.nix/nix/hooks.nix

11 lines
139 B
Nix

{
perSystem = {pkgs, ...}: {
pre-commit = {
check.enable = true;
settings = {
hooks = {};
};
};
};
}