From ea15d1c36938eacd41da1518b1ef4c5ef39f74b0 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 f4b8ee4dbf..5e29c0c8df 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" //