From e1c719a75ff3761297b76b653895b0a191f3c2b6 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Sat, 4 Oct 2025 19:56:57 +0200 Subject: [PATCH] Use the nix tree formatter --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 6c800aa..9b71f51 100644 --- a/flake.nix +++ b/flake.nix @@ -26,6 +26,6 @@ }; }; - formatter.${system} = pkgs.nixfmt-rfc-style; + formatter.${system} = pkgs.nixfmt-tree; }; }