replace nix fmt with treefmt in just lint (#1301)

man evaluating the nix flake is so slow. treefmt speeeedy
This commit is contained in:
Evan Quiney
2026-01-27 17:03:01 +00:00
committed by GitHub
parent c55cbf6739
commit 991d278119
+1 -1
View File
@@ -1,7 +1,7 @@
export NIX_CONFIG := "extra-experimental-features = nix-command flakes"
fmt:
nix fmt
treefmt || nix fmt
lint:
uv run ruff check --fix