From 7a78b1831c94fae565d0f861cc21eccefabc2265 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Wed, 30 Jul 2025 12:19:15 +0800 Subject: [PATCH] feat: justfile - format nix files --- Justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Justfile b/Justfile index 67ef9a45..08312982 100644 --- a/Justfile +++ b/Justfile @@ -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')]