flake/pre-commit: use hooks.nixfmt-rfc-style

This commit is contained in:
Felix Buehler 2024-09-10 20:31:28 +02:00
parent 236b3cde31
commit 7122c001ad

View file

@ -83,11 +83,7 @@
settings.noLambdaPatternNames = true; settings.noLambdaPatternNames = true;
}; };
markdownlint.enable = true; markdownlint.enable = true;
nixfmt = { nixfmt-rfc-style.enable = true;
enable = true;
# TODO remove in 24.11
package = pkgs.nixfmt-rfc-style;
};
shellcheck.enable = true; shellcheck.enable = true;
statix.enable = true; statix.enable = true;
typos = { typos = {