Go to file
Torjus Håkestad 42cf64171f
All checks were successful
build / build (pull_request) Successful in 1m11s
test / test (pull_request) Successful in 48s
flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/ac35b104800bff9028425fec3b6e8a41de2bbfff?narHash=sha256-t4BBVpwG9B4hLgc6GUBuj3cjU7lP/PJfpTHuSqE%2Bcrk%3D' (2024-12-01)
  → 'github:NixOS/nixpkgs/88195a94f390381c6afcdaa933c2f6ff93959cb4?narHash=sha256-0q9NGQySwDQc7RhAV2ukfnu7Gxa5/ybJ2ANT8DQrQrs%3D' (2024-12-29)
• Updated input 'pyproject-build-systems':
    'github:pyproject-nix/build-system-pkgs/52f42c78204f705289339a27e0f2a2e38dc25899?narHash=sha256-7xEh7JboF6tTyzfIRbPcb7OtwZsIPBLUfg9mkv6Yum0%3D' (2024-12-02)
  → 'github:pyproject-nix/build-system-pkgs/d6fc977ce830832901f542fe3de8a7f35abbe37c?narHash=sha256-4S8cjcqosbGW0zVYSRChff3Mk10R6Wz5E31NmyPT/lA%3D' (2024-12-24)
• Updated input 'pyproject-nix':
    'github:pyproject-nix/pyproject.nix/60b55f8095cc1909d1c8f1806431f0f7f5f3fc32?narHash=sha256-qQd6K8RYZpwEeawyqSnDkFCPZAIbz8c7BP9490EsgQM%3D' (2024-12-02)
  → 'github:pyproject-nix/pyproject.nix/919cdee9344097b67d9e73f2179a9dc8ab783f65?narHash=sha256-prriyGBvzb2JS7wMELw2G%2B9RIYBHBzHCFstnKJYxuis%3D' (2024-12-30)
• Updated input 'uv2nix':
    'github:pyproject-nix/uv2nix/3614215065f1c828e5d5c1653af5cba078387a78?narHash=sha256-kXgLAT2dnRbUeg8/ekx0d5Svc%2B7GPpoamGBNgcYu46Y%3D' (2024-12-02)
  → 'github:pyproject-nix/uv2nix/c38b0af56110b58ec132b0e781f9943a8deefd52?narHash=sha256-8NiHtEUrJFSjB%2BQ6mVZQISQIOdSvVTxVNwX59dMoeOA%3D' (2024-12-30)
2024-12-30 11:08:44 +01:00
.github/workflows Fix test workflow after uv switch 2024-12-03 03:27:04 +01:00
nixprstatus Fix pr_merge_status type hints 2024-12-30 11:07:32 +01:00
tests Switch to uv from poetry 2024-12-03 03:15:59 +01:00
.envrc Initial commit 2024-09-30 23:16:56 +02:00
.gitignore Switch to uv from poetry 2024-12-03 03:15:59 +01:00
.python-version Switch to uv from poetry 2024-12-03 03:15:59 +01:00
flake.lock flake.lock: Update 2024-12-30 11:08:44 +01:00
flake.nix Add overlay 2024-12-03 06:38:10 +01:00
pyproject.toml Allow multiple prs in pr command 2024-12-30 11:02:32 +01:00
README.md Update README 2024-10-09 22:27:27 +02:00
uv.lock Update deps 2024-12-30 11:05:19 +01:00

nixprstatus

Nixpkgs PR status checker.

Example

$ nixprstatus pr 345501         
ktailctl: 0.18.0 -> 0.18.1

✅ merged
✅ master
✅ nixos-unstable-small
✅ nixos-unstable
❌ nixos-24.05

$ nixprstatus --help
Usage: python -m nixprstatus [OPTIONS] COMMAND [ARGS]...

Options:
  --install-completion  Install completion for the current shell.
  --show-completion     Show completion for the current shell, to copy it or
                        customize the installation.
  --help                Show this message and exit.

Commands:
  pr         Get merge status of pull request.
  since      Return the count of commits that has happened between the...
  watchlist  Manage watchlist.