From 7b2db38a3a21402f0152d831f706c4d82e9633ad Mon Sep 17 00:00:00 2001 From: jolheiser Date: Mon, 25 Sep 2023 21:27:00 -0500 Subject: [PATCH] chore: hack for git-age/git-lfs Signed-off-by: jolheiser --- justfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/justfile b/justfile index 44aea80..1c4d46b 100644 --- a/justfile +++ b/justfile @@ -4,8 +4,10 @@ default: [private] rebuild *args: + @touch .dirty @git add . @sudo nixos-rebuild --flake . {{args}} + @git rm -f .dirty # Rebuild the current machine switch *args: