treewide: nixfmt-rfc-style -> nixfmt

This commit is contained in:
Gaetan Lepage 2026-01-23 10:10:06 +01:00 committed by Matt Sturgeon
parent 4c09a1ac2d
commit c82140ffe0
2 changed files with 1 additions and 2 deletions

View file

@ -29,7 +29,6 @@
};
nixfmt = {
enable = true;
package = pkgs.nixfmt-rfc-style;
};
prettier = {
enable = true;

View file

@ -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";