treefmt: nixpkgs-fmt -> nixfmt
This commit is contained in:
parent
bf1187a357
commit
24547fcd6c
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
||||||
programs = {
|
programs = {
|
||||||
actionlint.enable = true;
|
actionlint.enable = true;
|
||||||
deadnix.enable = true;
|
deadnix.enable = true;
|
||||||
nixpkgs-fmt.enable = true;
|
nixfmt.enable = true;
|
||||||
prettier.enable = true;
|
prettier.enable = true;
|
||||||
ruff.check = true;
|
ruff.check = true;
|
||||||
ruff.format = true;
|
ruff.format = true;
|
||||||
|
@ -44,7 +44,7 @@
|
||||||
# nix
|
# nix
|
||||||
deadnix.priority = 1;
|
deadnix.priority = 1;
|
||||||
statix.priority = 2;
|
statix.priority = 2;
|
||||||
nixpkgs-fmt.priority = 3;
|
nixfmt.priority = 3;
|
||||||
|
|
||||||
# python
|
# python
|
||||||
ruff-check.priority = 1;
|
ruff-check.priority = 1;
|
||||||
|
|
Loading…
Add table
Reference in a new issue