aboutsummaryrefslogtreecommitdiffhomepage
path: root/justfile
blob: c6d52434d5f57dd42a3579fcad05d891a7089d98 (plain)
1
2
3
4
5
6
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"