nixbot

builds

failed treefmt-check checks.aarch64-darwin.treefmt · build #74 · raw

1treefmt v2.5.0traversed 63 files2emitted 47 files for processing3formatted 47 files (0 changed) in 110ms4 M README.md5diff --git a/README.md b/README.md6index dfb0901..c31eb5d 1006447--- a/README.md8+++ b/README.md9@@ -189,9 +189,9 @@ $ nixpkgs-review pr 37242 --extra-nixpkgs-config '{ cudaSupport = true; }'10 ## Using nixpkgs-review in scripts or other programs11 12 After building, `nixpkgs-review` will normally start your `$SHELL` with the13-built packages on `PATH`, to allow for interactive testing. To use `nixpkgs-review`14-non-interactively in scripts, use the `--no-shell` command, which can allow for15-batch processing of multiple reviews or use in scripts/bots.16+built packages on `PATH`, to allow for interactive testing. To use17+`nixpkgs-review` non-interactively in scripts, use the `--no-shell` command,18+which can allow for batch processing of multiple reviews or use in scripts/bots.19 20 Example testing multiple unrelated PRs and posting the build results as PR21 comments for later review:22@@ -249,8 +249,8 @@ nixpkgs-review accept multiple pull request numbers at once:23 $ nixpkgs-review pr 94524 94494 94522 94493 9452024 ```25 26-This will first evaluate & build all pull requests in serial. Then a review shell27-will be opened for each of them after the previous shell has been closed.28+This will first evaluate & build all pull requests in serial. Then a review29+shell will be opened for each of them after the previous shell has been closed.30 31 Tip: Since it's hard to keep track of the numbers, for each opened shell the32 corresponding pull request URL is shown.