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: