From 9a5838f5755c6070be3fd816f2e3620955a56bb6 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Wed, 23 Apr 2025 16:20:26 +0200 Subject: [PATCH] Format with nixfmt-rfc-style Uses the treefmt wrapper for nixfmt-rfc-style. --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 6fb5637..75bd6b3 100644 --- a/flake.nix +++ b/flake.nix @@ -123,5 +123,6 @@ ]; }; devShell.${system} = self.devShells.${system}.default; # compatibility + formatter.${system} = nixpkgs.legacyPackages.${system}.nixfmt-tree; # TODO: migrate to stable with 25.05 }; }