mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 01:44:40 +02:00
fmt: nixpkgs-fmt -> nixfmt
This commit is contained in:
parent
29c8aed76e
commit
330abe53d2
1 changed files with 5 additions and 1 deletions
|
@ -68,7 +68,11 @@
|
||||||
settings.noLambdaPatternNames = true;
|
settings.noLambdaPatternNames = true;
|
||||||
};
|
};
|
||||||
markdownlint.enable = true;
|
markdownlint.enable = true;
|
||||||
nixpkgs-fmt.enable = true;
|
nixfmt = {
|
||||||
|
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