nixpkgs-tracker icon indicating copy to clipboard operation
nixpkgs-tracker copied to clipboard

Nixpkgs pr tracker, use Github API.

How this works

With Github API: get pr merged commit hash -> compare target branch HEAD ... commit -> get status

nixpkgs-tracker not same as nixpk.gs/pr-tracker, it does not pass any requests through server to get PR status.

Therefore, there is no need to worry about any performance issues.

You could get static files with:

  nix build github:ocfox/nixpkgs-tracker

Features

  • [x] Show PR status
  • [x] Stable link (e.g. https://nixpkgs-tracker.ocfox.me/?pr=331928)
  • [x] Github token for more requests limit (Cookie) (optional)
  • [x] Click Nixpkgs-Tracker to switch light / dark
  • [x] Check 5 branches at the same time
image