aboutsummaryrefslogtreecommitdiffhomepage
path: root/justfile
blob: 8ec37f8f58382e120d7c8442648dd2bb92ad7397 (plain)
1
2
3
4
5
6
7
8
9
10
commit-upgrade PKG VERSION:
    git commit -m 'feat({{PKG}}): upgrade to {{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"