From 35b24b54fdd2d149defb9d78045cf76c631c1492 Mon Sep 17 00:00:00 2001 From: James Walker Date: Tue, 8 Apr 2025 19:50:13 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20nixfmt-tree?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 0ba601a..bbd1c56 100644 --- a/flake.nix +++ b/flake.nix @@ -70,7 +70,7 @@ ; }; devShells = import ./nix/shells.nix { inherit self pkgs system; }; - formatter = pkgs.nixfmt-rfc-style; + formatter = pkgs.nixfmt-tree; } ) // {