treewide: nixfmt-rfc-style -> nixfmt

This commit is contained in:
Gaetan Lepage
2026-01-24 06:08:49 +00:00
committed by Matt Sturgeon
parent 4c09a1ac2d
commit c82140ffe0
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -29,7 +29,6 @@
};
nixfmt = {
enable = true;
package = pkgs.nixfmt-rfc-style;
};
prettier = {
enable = true;
@@ -83,7 +83,7 @@
notify_no_formatters = false;
formatters = {
nixfmt = {
command = lib.getExe pkgs.nixfmt-rfc-style;
command = lib.getExe pkgs.nixfmt;
};
myFormatter = {
command = "myCmd";