Go to file
Torjus Håkestad 03bee04d83
All checks were successful
test / test (push) Successful in 29s
build / build (push) Successful in 1m17s
flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/8f3e1f807051e32d8c95cd12b9b421623850a34d?narHash=sha256-/qlNWm/IEVVH7GfgAIyP6EsVZI6zjAx1cV5zNyrs%2BrI%3D' (2025-01-04)
  → 'github:NixOS/nixpkgs/0aa475546ed21629c4f5bbf90e38c846a99ec9e9?narHash=sha256-38J9QfeGSej341ouwzqf77WIHAScihAKCt8PQJ%2BNH28%3D' (2025-01-23)
• Updated input 'pyproject-build-systems':
    'github:pyproject-nix/build-system-pkgs/68b4c6dae0c47974bda803cf4e87921776f6081d?narHash=sha256-3Pb/yiQa2MpWPWshxluQR2n1/Bq21hoGqJf3UAC3%2Bts%3D' (2025-01-06)
  → 'github:pyproject-nix/build-system-pkgs/e1487e5cefda0c7990bdd2e660bee20971680e45?narHash=sha256-gnXlfFEHA%2B/jMH7R%2B7y3JxrI3WfOjgBhzzJNuFW70UU%3D' (2025-01-20)
• Updated input 'pyproject-nix':
    'github:pyproject-nix/pyproject.nix/e14a14de0d0026e62d809bfa4cd92c4f9badb262?narHash=sha256-0uSnm3tyid97v6/m7SoBPgcfMya3nVqEM9Y2EpaTlp0%3D' (2025-01-03)
  → 'github:pyproject-nix/pyproject.nix/177aaaa370363e205e0d7b7cc7b3ea3e144aa065?narHash=sha256-L/X8LdLW0jCAWrLukC63qdg8519IwMc6vkx%2BWZDj7r0%3D' (2025-01-24)
• Updated input 'uv2nix':
    'github:pyproject-nix/uv2nix/0da15a60f2de3c6206b0cc62267c7be4b2de5a59?narHash=sha256-C2OUc0wtxB3oTut1noH/nbyNOtV3bcj6PxxsvP7Pr7k%3D' (2025-01-06)
  → 'github:pyproject-nix/uv2nix/e47ec890012166425d1f90fb825eff208baaef4b?narHash=sha256-dC7J0Rua2UhP%2BEKlJY3jjQLzgzBnOo1iK/d2aIN0hAs%3D' (2025-01-24)
2025-01-24 22:13:56 +01:00
.github/workflows Fix test workflow after uv switch 2024-12-03 03:27:04 +01:00
nixprstatus Improve cli tests 2025-01-06 23:18:25 +01:00
tests Improve cli tests 2025-01-06 23:18:25 +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 2025-01-24 22:13:56 +01:00
flake.nix Add overlay 2024-12-03 06:38:10 +01:00
pyproject.toml Bump version 2025-01-06 22:48:20 +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.