From f4de386eb1dd26a5dd6e6678528c78e5894ecdab Mon Sep 17 00:00:00 2001 From: alydev Date: Wed, 24 Sep 2025 16:34:01 +1000 Subject: [PATCH] update --- Justfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Justfile b/Justfile index e2ba6d3..338ff70 100644 --- a/Justfile +++ b/Justfile @@ -9,15 +9,15 @@ boot: commit: git add . - git commit -a -m "update" + -git commit -a -m "update" -_switch: commit +_switch: nixos-rebuild switch --flake . --use-remote-sudo push: git push origin --all -switch: _switch push +switch: commit _switch push debug: nixos-rebuild switch --flake . --use-remote-sudo --show-trace --verbose