summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2026-01-13 14:45:11 -0500
committerBen Siraphob <bensiraphob@gmail.com>2026-01-13 14:45:11 -0500
commitc7e10647eadb53b7cf3552a53e8bb33c8248c8c3 (patch)
treef5f8e759103457556140f2031d3c12153d8f4957 /ci
parentyara-x: 1.10.0 -> 1.11.0 (#478431) (diff)
downloadnixpkgs-c7e10647eadb53b7cf3552a53e8bb33c8248c8c3.tar.gz
treewide: fix typos
Diffstat (limited to 'ci')
-rw-r--r--ci/README.md2
-rw-r--r--ci/eval/README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/ci/README.md b/ci/README.md
index df5b196c49a4..be0e8e4c4fca 100644
--- a/ci/README.md
+++ b/ci/README.md
@@ -24,7 +24,7 @@ The Nixpkgs merge bot empowers package maintainers by enabling them to merge PRs
It serves as a bridge for maintainers to quickly respond to user feedback, facilitating a more self-reliant approach.
Especially when considering there are roughly 20 maintainers for every committer, this bot is a game-changer.
-Following [RFC 172] the merge bot was originally implemented as a [python webapp](https://github.com/NixOS/nixpkgs-merge-bot), which has now been integrated into [`ci/github-script/bot.js`](./github-script/bot.js) and [`ci/github-script/merge.js`](./github-script/merge.js).
+Following [RFC 172], the merge bot was originally implemented as a [python webapp](https://github.com/NixOS/nixpkgs-merge-bot), which has now been integrated into [`ci/github-script/bot.js`](./github-script/bot.js) and [`ci/github-script/merge.js`](./github-script/merge.js).
### Using the merge bot
diff --git a/ci/eval/README.md b/ci/eval/README.md
index 1cbb400552c7..9a7aace26851 100644
--- a/ci/eval/README.md
+++ b/ci/eval/README.md
@@ -19,7 +19,7 @@ The following arguments can be used to fine-tune performance:
- `--max-jobs`: The maximum number of derivations to run at the same time.
Only each [supported system](../supportedSystems.json) gets a separate derivation, so it doesn't make sense to set this higher than that number.
- `--cores`: The number of cores to use for each job.
- Recommended to set this to the amount of cores on your system divided by `--max-jobs`.
+ Recommended to set this to the number of cores on your system divided by `--max-jobs`.
- `--arg chunkSize`: The number of attributes that are evaluated simultaneously on a single core.
Lowering this decreases memory usage at the cost of increased evaluation time.
If this is too high, there won't be enough chunks to process them in parallel, and will also increase evaluation time.