feat: justfile - format nix files

This commit is contained in:
Ryan Yin
2025-07-30 12:19:15 +08:00
parent 13bb77108c
commit 7a78b1831c

View File

@@ -77,7 +77,7 @@ shell:
[group('nix')]
fmt:
# format the nix files in this repo
nix fmt
ls **/*.nix | each { |it| nixfmt $it.name }
# Show all the auto gc roots in the nix store
[group('nix')]