Commit 9e5d56e8 authored by nicoo's avatar nicoo
Browse files

doc/build-helpers: forward-link `runCommand*` in `runCommandWith`

parent 2b8a6a7e
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -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}

```