From 82bf3a59f8d5596ce6997d53474f2cba3bd7993f Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Sun, 1 Feb 2026 12:23:44 +0100 Subject: [PATCH] feat: update justfile. --- justfile | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/justfile b/justfile index 1bca31e..efa1694 100644 --- a/justfile +++ b/justfile @@ -15,3 +15,15 @@ deploy-all: reboot server: ssh -t root@{{server}} "reboot" + +update: + nh os test -u -a && nh os switch + +test: + nh os test -a + +switch: + nh os switch -a + +commit-update: + git commit -m "feat: update flake.lock"