diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-08-08 10:05:50 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-08-08 10:05:50 +0900 |
| commit | c54fd3967118f6249a02b30e6c9979440f941b28 (patch) | |
| tree | 882e30e298842ed2fa63e483d6e7bf72adb473bf /justfile | |
| parent | 5c718b94c5db953b774ec77e775286e4da6aa478 (diff) | |
| download | nur-packages-main.tar.gz nur-packages-main.tar.zst nur-packages-main.zip | |
Diffstat (limited to 'justfile')
| -rw-r--r-- | justfile | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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) |
