doc/build-helpers: forward-link runCommand*
in runCommandWith
This commit is contained in:
parent
2b8a6a7e43
commit
9e5d56e8c6
@ -8,10 +8,14 @@ Like [`stdenv.mkDerivation`](#sec-using-stdenv), each of these build helpers cre
|
||||
|
||||
The function `runCommandWith` returns a derivation built using the specified command(s), in a specified environment.
|
||||
|
||||
It is the underlying base function of all `runCommand*` variants.
|
||||
It is the underlying base function of all [`runCommand*` variants].
|
||||
The general behavior is controlled via a single attribute set passed
|
||||
as the first argument, and allows specifying `stdenv` freely.
|
||||
|
||||
The following [`runCommand*` variants] exist: `runCommand`, `runCommandCC`, and `runCommandLocal`.
|
||||
|
||||
[`runCommand*` variants]: #trivial-builder-runCommand
|
||||
|
||||
### Type {#trivial-builder-runCommandWith-Type}
|
||||
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user