From ed0b0480e68f083901c73663c330d5f812d11fa1 Mon Sep 17 00:00:00 2001 From: irl Date: Thu, 3 Jul 2025 21:33:22 +0100 Subject: [PATCH] feat: switch formatter to nixfmt-tree --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index aa859b4..315b0c5 100644 --- a/flake.nix +++ b/flake.nix @@ -89,6 +89,6 @@ ) { } supportedSystems; } // flake-utils.lib.eachSystem supportedSystems (system: { - formatter = nixpkgs.legacyPackages.${system}.nixfmt-rfc-style; + formatter = nixpkgs.legacyPackages.${system}.nixfmt-tree; }); }