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;
};
markdownlint.enable = true;
nixfmt = {
enable = true;
# TODO remove in 24.11
package = pkgs.nixfmt-rfc-style;
};
nixfmt-rfc-style.enable = true;
shellcheck.enable = true;
statix.enable = true;
typos = {