mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
flake/pre-commit: use hooks.nixfmt-rfc-style
This commit is contained in:
parent
236b3cde31
commit
7122c001ad
1 changed files with 1 additions and 5 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue