mirror of
https://github.com/NixOS/nix
synced 2025-07-10 04:43:53 +02:00
Fix few duplicate word occurrences (#11381)
(cherry picked from commit cb4b9be458
)
This commit is contained in:
parent
e0c8b0fc4f
commit
5099768970
6 changed files with 7 additions and 7 deletions
|
@ -60,7 +60,7 @@
|
|||
# Run the functional tests as part of the build.
|
||||
, doInstallCheck ? test-client != null || __forDefaults.canRunInstalled
|
||||
|
||||
# Check test coverage of Nix. Probably want to use with with at least
|
||||
# Check test coverage of Nix. Probably want to use with at least
|
||||
# one of `doCHeck` or `doInstallCheck` enabled.
|
||||
, withCoverageChecks ? false
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue