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 f32de57 commit 4d717c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/fixed-points.nix
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@ rec {
:::{.note}
The result is produced by using the update operator `//`.
This means nested values of previous overlays are not merged recursively.
In other words, previously defined attributes are replaced, ignoring the previous value, unless referenced by the overlay; for example `final: prev: { foo = super.foo + 1; }`.
:::
# Inputs
Expand Down

0 comments on commit 4d717c2

Please sign in to comment.