Go to file
2024-07-01 11:03:53 -06:00
src make reload actually work 2024-04-25 10:26:38 -06:00
.envrc initial 2023-05-22 19:12:52 -06:00
.gitignore Add buttons to run 'git gc' and 'git fetch' manually 2023-06-16 14:51:10 -06:00
elm.json Add some style and validation. 2023-05-24 20:58:59 -06:00
flake.lock flake.lock: Update 2024-05-17 07:54:29 -06:00
flake.nix add list of recent searches 2024-04-25 09:16:21 -06:00
LICENSE initial 2023-05-22 19:12:52 -06:00
Makefile add better error handling / reporting 2023-06-08 09:48:10 -06:00
Makefile.PL initial 2023-05-22 19:12:52 -06:00
module.nix module: add after and wantedBy 2024-07-01 11:03:53 -06:00
pr-status.pl Sort saved searches 2024-05-17 09:28:47 -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.