Aaron Bieber
7df2485eea
Flake lock file updates: • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/33d1e753c82ffc557b4a585c77de43d4c922ebb5' (2024-05-15) → 'github:NixOS/nixpkgs/9f918d616c5321ad374ae6cb5ea89c9e04bf3e58' (2024-07-31) |
||
---|---|---|
src | ||
.envrc | ||
.gitignore | ||
elm.json | ||
flake.lock | ||
flake.nix | ||
LICENSE | ||
Makefile | ||
Makefile.PL | ||
module.nix | ||
pr-status.pl | ||
README.md |
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.