Skip to content

Commit

Permalink
Update lib/fixed-points.nix
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Hensing <[email protected]>
  • Loading branch information
hsjobeki and roberth committed Aug 11, 2024
1 parent 6e9e26e commit f32de57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fixed-points.nix
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ rec {
:::{.example}
## `lib.fixedPoints.composeManyExtensions` usage example without `lib.extends`
The following usage of `lib.fixedPoints.composeManyExtensions` without `lib.extends` demonstrates overlays as an atomic concept.
The following usage of `lib.fixedPoints.composeManyExtensions` without `lib.extends` demonstrates overlays as an concept.
In nixpkgs however, it is required to use `lib.extends` such that the original function becomes part of the fixed point as shown in the next example.
```nix
Expand Down

0 comments on commit f32de57

Please sign in to comment.