Commit 9d6da5bd authored by Yueh-Shun Li's avatar Yueh-Shun Li
Browse files

doc: rename sub-section Recursive attributes in stdenv -> Fixed-point arguments in stdenv

parent 8cd8a515
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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: