From e3654ab230acc3d162627ab1ea6fedca28058082 Mon Sep 17 00:00:00 2001 From: link2xt Date: Wed, 11 Dec 2024 16:44:57 +0000 Subject: [PATCH] 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. --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index f4b8ee4db..5e29c0c8d 100644 --- a/flake.nix +++ b/flake.nix @@ -355,7 +355,7 @@ }; in { - formatter = pkgs.nixpkgs-fmt; + formatter = pkgs.nixfmt-rfc-style; packages = mkRustPackages "aarch64-linux" //