aboutsummaryrefslogtreecommitdiffhomepage
path: root/justfile
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-02-21 11:55:41 +0900
committernsfisis <nsfisis@gmail.com>2026-02-21 11:55:41 +0900
commit63deed02e7b8130a4bf6cf0bba217271946ca89a (patch)
treec1b7daf9b33163c4d202c360510a981a0ae7ebd0 /justfile
parent59f447f8ece498c0baf91f880ff808915eda69ab (diff)
downloadnur-packages-63deed02e7b8130a4bf6cf0bba217271946ca89a.tar.gz
nur-packages-63deed02e7b8130a4bf6cf0bba217271946ca89a.tar.zst
nur-packages-63deed02e7b8130a4bf6cf0bba217271946ca89a.zip
feat(claude-code): upgrade to 2.1.50
Diffstat (limited to 'justfile')
-rw-r--r--justfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/justfile b/justfile
index 8ec37f8..7b94c0c 100644
--- a/justfile
+++ b/justfile
@@ -4,7 +4,11 @@ commit-upgrade PKG VERSION:
update-claude-code:
pkgs/claude-code/update.sh
NIXPKGS_ALLOW_UNFREE=1 nix build --impure ".#claude-code"
+ git add pkgs/claude-code
+ just commit-upgrade claude-code $(nix eval --json ".#claude-code.version" | jq -r)
update-reparojson:
nix run nixpkgs#nix-update -- --flake reparojson
nix build ".#reparojson"
+ git add pkgs/reparojson
+ just commit-upgrade claude-code $(nix eval --json ".#reparojson.version" | jq -r)