chore(flake): nixfmt-rfc-style -> nixfmt
Marked stable and uses new name after replacing classic. Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
@ -65,7 +65,7 @@
|
|||||||
nativeBuildInputs =
|
nativeBuildInputs =
|
||||||
pkgs.waybar.nativeBuildInputs
|
pkgs.waybar.nativeBuildInputs
|
||||||
++ (with pkgs; [
|
++ (with pkgs; [
|
||||||
nixfmt-rfc-style
|
nixfmt
|
||||||
clang-tools
|
clang-tools
|
||||||
gdb
|
gdb
|
||||||
]);
|
]);
|
||||||
@ -89,7 +89,7 @@
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
nixfmt = {
|
nixfmt = {
|
||||||
command = lib.getExe pkgs.nixfmt-rfc-style;
|
command = lib.getExe pkgs.nixfmt;
|
||||||
includes = [ "*.nix" ];
|
includes = [ "*.nix" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user