[object Object]

← back to Exo

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

991d2781197a4c2a06bbde5aa4bde6520fca8bfa · 2026-01-27 17:03:01 +0000 · Evan Quiney

man evaluating the nix flake is so slow. treefmt speeeedy

Files touched

Diff

commit 991d2781197a4c2a06bbde5aa4bde6520fca8bfa
Author: Evan Quiney <evanev7@gmail.com>
Date:   Tue Jan 27 17:03:01 2026 +0000

    replace nix fmt with treefmt in just lint (#1301)
    
    man evaluating the nix flake is so slow. treefmt speeeedy
---
 justfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/justfile b/justfile
index d8da7690..dabb4fea 100644
--- a/justfile
+++ b/justfile
@@ -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

← c55cbf67 Add mlx lm style tensor sharding for Minimax (#1299)  ·  back to Exo  ·  Add Kimi K2.5 support (#1302) a562114b →