From f51d9a610f061e4cad9871cad3a548d86d2aa322 Mon Sep 17 00:00:00 2001 From: Dennis Date: Tue, 24 Feb 2026 10:28:08 +0100 Subject: [PATCH] fixes command --- Justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Justfile b/Justfile index 45e0222..a6ab3df 100644 --- a/Justfile +++ b/Justfile @@ -26,7 +26,7 @@ gc: # dnsc-air mre: - git add . && git commit -am "new revision" && darwin-rebuild switch --flake . + if ! git diff --quiet || ! git diff --staged --quiet; then git add . && git commit -am "new revision"; fi && darwin-rebuild switch --flake . mup: darwin-rebuild switch --recreate-lock-file --flake .