mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 01:44: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;
|
||||
};
|
||||
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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue