diff options
Diffstat (limited to 'justfile')
| -rw-r--r-- | justfile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) |
