LinuxCommandLibrary

nixpkgs-review

Review pull requests in the NixOS packages repository (nixpkgs).

TLDR

Build changed packages in the specified pull request

$ nixpkgs-review pr [pr_number|pr_url]
copy


Build changed packages and post a comment with a report (requires setting up a token in hub, gh, or the GITHUB_TOKEN environment variable)
$ nixpkgs-review pr --post-result [pr_number|pr_url]
copy


Build changed packages and print a report
$ nixpkgs-review pr --print-result [pr_number|pr_url]
copy


Build changed packages in a local commit
$ nixpkgs-review rev [HEAD]
copy


Build changed packages that haven't been committed yet
$ nixpkgs-review wip
copy


Build changed packages that have been staged
$ nixpkgs-review wip --staged
copy

Copied to clipboard