From f88ed30f0388a8f0f678f52366649fdc5fcf8680 Mon Sep 17 00:00:00 2001 From: alydev Date: Wed, 24 Sep 2025 14:08:29 +1000 Subject: [PATCH] update --- Justfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Justfile b/Justfile index 3b50b49..fcd13e7 100644 --- a/Justfile +++ b/Justfile @@ -4,9 +4,11 @@ up: boot: nixos-rebuild boot --flake . --use-remote-sudo -switch: +commit: git add . git commit -a -m "update" + +switch: commit nixos-rebuild switch --flake . --use-remote-sudo debug: