From 2be878259a09359b14c082cf1af5d974fb6a809b Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Thu, 8 Jan 2026 15:00:57 -0600 Subject: [PATCH] makefile: add nixf-diagnose Signed-off-by: Austin Horstman --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 36995abc1..daa34f06a 100644 --- a/Makefile +++ b/Makefile @@ -17,4 +17,4 @@ test-install: HOME=$(shell mktemp -d) NIX_PATH=${NIX_PATH} nix-shell . -A install format: - nix-shell -p treefmt nixfmt deadnix keep-sorted --run "treefmt --config-file ./treefmt.toml" + nix-shell -p treefmt nixfmt deadnix keep-sorted nixf-diagnose --run "treefmt --config-file ./treefmt.toml"