aboutsummaryrefslogtreecommitdiffhomepage
path: root/justfile
diff options
context:
space:
mode:
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)