From bdb98f9531ba5efcb43ab9280197341a882789ce Mon Sep 17 00:00:00 2001 From: Johannes Kirschbauer Date: Sun, 11 Aug 2024 17:28:42 +0200 Subject: [PATCH] Update lib/fixed-points.nix Co-authored-by: Robert Hensing --- lib/fixed-points.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fixed-points.nix b/lib/fixed-points.nix index 888f82e6189fdbf..b336ceff6cf0a37 100644 --- a/lib/fixed-points.nix +++ b/lib/fixed-points.nix @@ -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.