From 82bf3a59f8d5596ce6997d53474f2cba3bd7993f Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Sun, 1 Feb 2026 12:23:44 +0100 Subject: [PATCH 1/3] 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" From 37494cf5f1ca48a603ee151b6d49f2dd2df05b8a Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Sun, 1 Feb 2026 12:25:56 +0100 Subject: [PATCH 2/3] feat: update flake.lock --- flake.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index 6ea6de4..f676e3f 100644 --- a/flake.lock +++ b/flake.lock @@ -285,11 +285,11 @@ "nixpkgs-stable": "nixpkgs-stable" }, "locked": { - "lastModified": 1769914881, - "narHash": "sha256-J+/h02BfL/oo7vhNv/KZ410nktVYmHr1GM4rpUWWC+U=", + "lastModified": 1769938621, + "narHash": "sha256-BJqiacimHdDcheEhFI0z2LczSjk/YYYIYd5/Dudj5m4=", "owner": "nix-community", "repo": "emacs-overlay", - "rev": "475e1d3aab316ba2403605a2feee7685c806723f", + "rev": "b448c29906537bdfceb9b341dca383803271f8e4", "type": "github" }, "original": { @@ -689,11 +689,11 @@ ] }, "locked": { - "lastModified": 1769069492, - "narHash": "sha256-Efs3VUPelRduf3PpfPP2ovEB4CXT7vHf8W+xc49RL/U=", + "lastModified": 1769939035, + "narHash": "sha256-Fok2AmefgVA0+eprw2NDwqKkPGEI5wvR+twiZagBvrg=", "owner": "cachix", "repo": "git-hooks.nix", - "rev": "a1ef738813b15cf8ec759bdff5761b027e3e1d23", + "rev": "a8ca480175326551d6c4121498316261cbb5b260", "type": "github" }, "original": { From a108a9901f1a3fa0c3ab00f0fe5e9580a02b08c2 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Sun, 1 Feb 2026 12:26:12 +0100 Subject: [PATCH 3/3] feat: update justfile. --- justfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/justfile b/justfile index efa1694..8d4b149 100644 --- a/justfile +++ b/justfile @@ -25,5 +25,6 @@ test: switch: nh os switch -a -commit-update: +commit-lock: + git add flake.lock git commit -m "feat: update flake.lock"