No description
  • Zig 91.4%
  • Nix 8.6%
Find a file
Jeffrey C. Ollie 7ca7a7891d
All checks were successful
REUSE compliance check / reuse (push) Successful in 7s
use Zig 0.16.0 from nixpkgs
2026-04-24 20:53:05 -05: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 allow # at beginning of PR number 2026-04-17 11:40:16 -05: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 use Zig 0.16.0 from nixpkgs 2026-04-24 20:53:05 -05:00
flake.nix use Zig 0.16.0 from nixpkgs 2026-04-24 20:53:05 -05: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