No description
  • Zig 90.2%
  • Nix 9.8%
Find a file
Jeffrey C. Ollie 3001e7a5be
All checks were successful
REUSE compliance check / reuse (push) Successful in 6s
update package
2026-02-08 17:57:24 -06:00
.forgejo/workflows fix missing spdx headers 2026-02-08 17:28:14 -06:00
assets RiiZ 2025-08-27 22:39:24 -05:00
LICENSES Update to Zig 0.16 2026-02-08 16:55:26 -06:00
src Update to Zig 0.16 2026-02-08 16:55:26 -06:00
.gitignore Update to Zig 0.16 2026-02-08 16:55:26 -06:00
.pinact.yaml fix missing spdx headers 2026-02-08 17:28:14 -06:00
build.zig fix zig build 2026-02-08 17:53:51 -06:00
build.zig.zon Update to Zig 0.16 2026-02-08 16:55:26 -06:00
flake.lock Update to Zig 0.16 2026-02-08 16:55:26 -06:00
flake.nix Update to Zig 0.16 2026-02-08 16:55:26 -06:00
LICENSE first 2025-08-27 16:02:51 -05:00
package.nix update package 2026-02-08 17:57:24 -06:00
README.md Update to Zig 0.16 2026-02-08 16:55:26 -06:00
REUSE.toml Update to Zig 0.16 2026-02-08 16:55:26 -06:00

nix-track-pr

A CLI tool for tracking the status of nixpkgs pull requests as they work their way through the system to see which branches that they have been merged into.

Requires that gh and git be available. When first run, the program will checkout a copy of the nixpkgs repository to a cache directory. This takes around 6GB of disk space and many minutes to create on the first run. Subsequent runs of the program will update the repository but that should not take very long (depending on how long it has been since the last run).

Screenshot of nix-track-pr in action

Cache Directory

nix-track-pr will create a cache directory to store the nixpkgs repository:

On anything but Windows (in order of preference):

  • $XDG_CACHE_DIR/nix-track-pr if the XDG_CACHE_DIR directory environment variable is set.
  • ~/.cache/nix-track-pr if the XDG_CACHE_DIR is not set.

On Windows (in order of preference):

  • $XDG_CACHE_DIR/nix-track-pr if the XDG_CACHE_DIR directory environment variable is set.
  • $LOCALAPPDATA/nix-track-pr