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-11-07 19:58:54 +00:00
co-authored by Valentin Gagarin
parent 8cd8a5152e
commit 9d6da5bd1e
+1 -1
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: