Track a Nixpkgs PR's progress through release branches, from the terminal.
nix run . -- 518947
Or with cargo: cargo run --release -- <PR>.
Set GITHUB_TOKEN (or GITHUB_TOKEN=$(gh auth token)) to raise the API rate
limit from 60 to 5000 requests/hour.
●branch contains the merge commit○branch does not yet contain it◌compare failed or branch doesn't exist
Inspired by nixpk.gs/pr-tracker and
ocfox/nixpkgs-tracker. Uses
GitHub's REST compare endpoint — no local nixpkgs clone needed.