From 1344386e8a1a00b8f75538b02df875d05e9fec15 Mon Sep 17 00:00:00 2001 From: uku Date: Thu, 26 Dec 2024 16:00:01 +0100 Subject: [PATCH] chore(flake): add nixfmt to shell --- flake.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index ff38c54..69240f1 100644 --- a/flake.nix +++ b/flake.nix @@ -23,7 +23,6 @@ { pkgs, system, - self', ... }: { @@ -32,7 +31,7 @@ agenix.packages.${system}.default just nh - self'.formatter + nixfmt-rfc-style statix ]; };