From bc549a79885f23024ebb193881ec7f3552aa4f79 Mon Sep 17 00:00:00 2001 From: Marcin Kulik Date: Thu, 14 Aug 2025 13:46:56 +0200 Subject: [PATCH] Use nixfmt-tree for flake formatter --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index a709488..99099ff 100644 --- a/flake.nix +++ b/flake.nix @@ -31,7 +31,7 @@ packageToml = (builtins.fromTOML (builtins.readFile ./Cargo.toml)).package; in { - formatter = pkgs.alejandra; + formatter = pkgs.nixfmt-tree; _module.args = { pkgs = import inputs.nixpkgs {