From bdc5a8961edc9a886a1032373c74848d92a2138c Mon Sep 17 00:00:00 2001 From: Oleks Date: Thu, 4 Jun 2026 23:29:06 +0300 Subject: [PATCH] chore(flake): add nixfmt-rfc-style formatter --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index 559aa84..4a66f35 100644 --- a/flake.nix +++ b/flake.nix @@ -127,6 +127,8 @@ }; apps = publishApps; + + formatter = pkgs.nixfmt-rfc-style; } ); }