3
0
Fork 0
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:
Yueh-Shun Li 2023-06-03 21:18:19 +00:00
parent 8cd8a5152e
commit 9d6da5bd1e

View file

@ -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: