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