Go to file
Torjus Håkestad b7e8383abb
All checks were successful
test / test (push) Successful in 42s
build / build (push) Successful in 2m4s
flake.lock: Update
Flake lock file updates:

• Updated input 'flake-utils':
    'github:numtide/flake-utils/c1dfcf08411b08f6b8615f7d8971a2bfa81d5e8a?narHash=sha256-X6rJYSESBVr3hBoH0WbKE5KvhPU5bloyZ2L4K60/fPQ%3D' (2024-09-17)
  → 'github:numtide/flake-utils/11707dc2f618dd54ca8739b309ec4fc024de578b?narHash=sha256-l0KFg5HjrsfsO/JpG%2Br7fRrqm12kzFHyUHqHCVpMMbI%3D' (2024-11-13)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/a3c0b3b21515f74fd2665903d4ce6bc4dc81c77c?narHash=sha256-nsNdSldaAyu6PE3YUA%2BYQLqUDJh%2BgRbBooMMekZJwvI%3D' (2024-10-14)
  → 'github:NixOS/nixpkgs/4633a7c72337ea8fd23a4f2ba3972865e3ec685d?narHash=sha256-2ThgXBUXAE1oFsVATK1ZX9IjPcS4nKFOAjhPNKuiMn0%3D' (2024-11-25)
• Updated input 'poetry2nix':
    'github:nix-community/poetry2nix/795fddefc9f910671c1cf0752c29802ce27322d6?narHash=sha256-KaDC7emuamQblDdka%2BgkBUUdEjQf3YGYozMb%2BzomgSM%3D' (2024-10-16)
  → 'github:nix-community/poetry2nix/f554d27c1544d9c56e5f1f8e2b8aff399803674e?narHash=sha256-F7N1mxH1VrkVNHR3JGNMRvp9%2B98KYO4b832KS8Gl2xI%3D' (2024-11-10)
• Updated input 'poetry2nix/nix-github-actions':
    'github:nix-community/nix-github-actions/622f829f5fe69310a866c8a6cd07e747c44ef820?narHash=sha256-uPlLYH2S0ACj0IcgaK9Lsf4spmJoGejR9DotXiXSBZQ%3D' (2024-07-04)
  → 'github:nix-community/nix-github-actions/e04df33f62cdcf93d73e9a04142464753a16db67?narHash=sha256-B4mzTcQ0FZHdpeWcpDYPERtyjJd/NIuaQ9%2BBV1h%2BMpA%3D' (2024-10-24)
• Updated input 'poetry2nix/treefmt-nix':
    'github:numtide/treefmt-nix/4446c7a6fc0775df028c5a3f6727945ba8400e64?narHash=sha256-xpRqITAoD8rHlXQafYZOLvUXCF6cnZkPfoq67ThN0Hc%3D' (2024-10-03)
  → 'github:numtide/treefmt-nix/9ef337e492a5555d8e17a51c911ff1f02635be15?narHash=sha256-LqHYIxMrl/1p3/kvm2ir925tZ8DkI0KA10djk8wecSk%3D' (2024-10-28)
2024-11-28 01:31:40 +01:00
.github/workflows Limit workflow to master 2024-10-06 19:47:33 +02:00
nixprstatus Simplify printing 2024-10-10 00:59:43 +02:00
tests Simplify printing 2024-10-10 00:59:43 +02:00
.envrc Initial commit 2024-09-30 23:16:56 +02:00
.gitignore First working version 2024-09-30 23:53:30 +02:00
flake.lock flake.lock: Update 2024-11-28 01:31:40 +01:00
flake.nix Add ruff to devshell 2024-10-11 23:52:49 +02:00
poetry.lock Update deps 2024-10-17 00:48:57 +02:00
pyproject.toml Update deps 2024-10-17 00:48:57 +02:00
README.md Update README 2024-10-09 22:27:27 +02: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.