aboutsummaryrefslogtreecommitdiffhomepage
path: root/justfile
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-08-08 10:05:50 +0900
committernsfisis <nsfisis@gmail.com>2026-08-08 10:05:50 +0900
commitc54fd3967118f6249a02b30e6c9979440f941b28 (patch)
tree882e30e298842ed2fa63e483d6e7bf72adb473bf /justfile
parent5c718b94c5db953b774ec77e775286e4da6aa478 (diff)
downloadnur-packages-main.tar.gz
nur-packages-main.tar.zst
nur-packages-main.zip
feat(mo): upgrade to 1.6.7HEADmain
Diffstat (limited to 'justfile')
-rw-r--r--justfile8
1 files changed, 7 insertions, 1 deletions
diff --git a/justfile b/justfile
index 7b94c0c..c39124f 100644
--- a/justfile
+++ b/justfile
@@ -11,4 +11,10 @@ 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)
+ just commit-upgrade reparojson $(nix eval --json ".#reparojson.version" | jq -r)
+
+update-mo:
+ nix run nixpkgs#nix-update -- --flake mo
+ nix build ".#mo"
+ git add pkgs/mo
+ just commit-upgrade mo $(nix eval --json ".#mo.version" | jq -r)