aboutsummaryrefslogtreecommitdiffhomepage
path: root/justfile
diff options
context:
space:
mode:
Diffstat (limited to 'justfile')
-rw-r--r--justfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/justfile b/justfile
index c6d5243..8ec37f8 100644
--- a/justfile
+++ b/justfile
@@ -4,3 +4,7 @@ commit-upgrade PKG VERSION:
update-claude-code:
pkgs/claude-code/update.sh
NIXPKGS_ALLOW_UNFREE=1 nix build --impure ".#claude-code"
+
+update-reparojson:
+ nix run nixpkgs#nix-update -- --flake reparojson
+ nix build ".#reparojson"