aboutsummaryrefslogtreecommitdiffhomepage
path: root/justfile
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-02-04 21:48:22 +0900
committernsfisis <nsfisis@gmail.com>2026-02-04 21:48:22 +0900
commitfd3f31055ee85bea8a203b2af71ab850b5189519 (patch)
treec6d539d0aea6f5f8737a82419f3adadb8f500c51 /justfile
parenta32fa2aa3bee454d7fdf889a1c70185c3a174ada (diff)
downloadnur-packages-fd3f31055ee85bea8a203b2af71ab850b5189519.tar.gz
nur-packages-fd3f31055ee85bea8a203b2af71ab850b5189519.tar.zst
nur-packages-fd3f31055ee85bea8a203b2af71ab850b5189519.zip
feat(reparojson): upgrade to 0.1.3
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"