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 4d717c2 commit bdb98f9
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 @@ -345,7 +345,7 @@ rec {
The order of the overlays in the list is important.
:::
: Each overlay function takes two arguments, `final` and `prev`, and returns an attribute set.
: Each overlay function takes two arguments, by convention `final` and `prev`, and returns an attribute set.
- `final` is the result of the fixed-point function, with all overlays applied.
- `prev` is the result of the previous overlay function.
Expand Down

0 comments on commit bdb98f9

Please sign in to comment.