nixbot

builds

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

1tribuchet: building on eliza2treefmt v2.5.0traversed 63 files3emitted 47 files for processing4formatted 47 files (0 changed) in 95ms5 M README.md6diff --git a/README.md b/README.md7index dfb0901..c31eb5d 1006448--- a/README.md9+++ b/README.md10@@ -189,9 +189,9 @@ $ nixpkgs-review pr 37242 --extra-nixpkgs-config '{ cudaSupport = true; }'11 ## Using nixpkgs-review in scripts or other programs12 13 After building, `nixpkgs-review` will normally start your `$SHELL` with the14-built packages on `PATH`, to allow for interactive testing. To use `nixpkgs-review`15-non-interactively in scripts, use the `--no-shell` command, which can allow for16-batch processing of multiple reviews or use in scripts/bots.17+built packages on `PATH`, to allow for interactive testing. To use18+`nixpkgs-review` non-interactively in scripts, use the `--no-shell` command,19+which can allow for batch processing of multiple reviews or use in scripts/bots.20 21 Example testing multiple unrelated PRs and posting the build results as PR22 comments for later review:23@@ -249,8 +249,8 @@ nixpkgs-review accept multiple pull request numbers at once:24 $ nixpkgs-review pr 94524 94494 94522 94493 9452025 ```26 27-This will first evaluate & build all pull requests in serial. Then a review shell28-will be opened for each of them after the previous shell has been closed.29+This will first evaluate & build all pull requests in serial. Then a review30+shell will be opened for each of them after the previous shell has been closed.31 32 Tip: Since it's hard to keep track of the numbers, for each opened shell the33 corresponding pull request URL is shown.