Go to file
2023-05-24 15:03:12 -06:00
src Add a basic front end written in elm 2023-05-24 15:03:12 -06:00
.envrc initial 2023-05-22 19:12:52 -06:00
.gitignore Add a basic front end written in elm 2023-05-24 15:03:12 -06:00
elm.json Add a basic front end written in elm 2023-05-24 15:03:12 -06:00
flake.lock initial 2023-05-22 19:12:52 -06:00
flake.nix Add a basic front end written in elm 2023-05-24 15:03:12 -06:00
LICENSE initial 2023-05-22 19:12:52 -06:00
Makefile.PL initial 2023-05-22 19:12:52 -06:00
module.nix add module, fix 'nix-build' 2023-05-22 19:39:52 -06:00
pr-status.pl Add a basic front end written in elm 2023-05-24 15:03:12 -06:00
README.md ~readme 2023-05-23 21:35:29 -06:00

pr-status-pl

Is a tool that queries the nixpkgs repository for a given pull request. It determines:

  • branches a PR has landed in
  • if a PR is against stable or unstable
  • determines if a PR is "completed" (made it to release)

The result of the above is fed to the end user in a JSON string.

I use this to track upstream'd PRs and dynamically disable overlays in my configs.