build: replace nixpkgs-fmt with nixfmt-rfc-style

https://github.com/nix-community/nixpkgs-fmt is archived
and says to use https://github.com/NixOS/nixfmt instead.
This commit is contained in:
link2xt
2024-12-11 16:44:57 +00:00
parent b74ff278ce
commit e3654ab230

View File

@@ -355,7 +355,7 @@
};
in
{
formatter = pkgs.nixpkgs-fmt;
formatter = pkgs.nixfmt-rfc-style;
packages =
mkRustPackages "aarch64-linux" //