forked from mirrors/nixpkgs
doc: rename sub-section Recursive attributes in stdenv -> Fixed-point arguments in stdenv
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
This commit is contained in:
parent
8cd8a5152e
commit
9d6da5bd1e
|
@ -528,7 +528,7 @@ If the returned array contains exactly one object (e.g. `[{}]`), all values are
|
||||||
```
|
```
|
||||||
:::
|
:::
|
||||||
|
|
||||||
### Recursive attributes in `mkDerivation` {#mkderivation-recursive-attributes}
|
### Fixed-point arguments of `mkDerivation` {#mkderivation-recursive-attributes}
|
||||||
|
|
||||||
If you pass a function to `mkDerivation`, it will receive as its argument the final arguments, including the overrides when reinvoked via `overrideAttrs`. For example:
|
If you pass a function to `mkDerivation`, it will receive as its argument the final arguments, including the overrides when reinvoked via `overrideAttrs`. For example:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue