tribuchet: building on eliza treefmt v2.5.0traversed 63 files emitted 47 files for processing formatted 47 files (0 changed) in 95ms M README.md diff --git a/README.md b/README.md index dfb0901..c31eb5d 100644 --- a/README.md +++ b/README.md @@ -189,9 +189,9 @@ $ nixpkgs-review pr 37242 --extra-nixpkgs-config '{ cudaSupport = true; }' ## Using nixpkgs-review in scripts or other programs After building, `nixpkgs-review` will normally start your `$SHELL` with the -built packages on `PATH`, to allow for interactive testing. To use `nixpkgs-review` -non-interactively in scripts, use the `--no-shell` command, which can allow for -batch processing of multiple reviews or use in scripts/bots. +built packages on `PATH`, to allow for interactive testing. To use +`nixpkgs-review` non-interactively in scripts, use the `--no-shell` command, +which can allow for batch processing of multiple reviews or use in scripts/bots. Example testing multiple unrelated PRs and posting the build results as PR comments for later review: @@ -249,8 +249,8 @@ nixpkgs-review accept multiple pull request numbers at once: $ nixpkgs-review pr 94524 94494 94522 94493 94520 ``` -This will first evaluate & build all pull requests in serial. Then a review shell -will be opened for each of them after the previous shell has been closed. +This will first evaluate & build all pull requests in serial. Then a review +shell will be opened for each of them after the previous shell has been closed. Tip: Since it's hard to keep track of the numbers, for each opened shell the corresponding pull request URL is shown.