Fix typo in cargoNextestExtraArgs docs (#599)

This commit is contained in:
Nick Boultbee 2024-05-01 02:33:35 +01:00 committed by GitHub
parent a5eca68a2c
commit cc1c68d5a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -618,8 +618,8 @@ Except where noted below, all derivation attributes are delegated to
* `cargoLlvmCovExtraArgs`: additional flags to be passed in the cargo
llvm-cov invocation
- Default value: `"--lcov --output-path $out/coverage"`
* `cargoNextestExtraArgs`: additional flags to be passed in the clippy invocation (e.g.
deny specific lints)
* `cargoNextestExtraArgs`: additional flags to be passed in the nextest invocation
(e.g. specifying a profile)
- Default value: `""`
* `partitions`: The number of separate nextest partitions to run. Useful if the
test suite takes a long time and can be parallelized across multiple build