From 01a3f0b8aabdb321b15dc7cc0e2287ce8232f797 Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Thu, 28 Sep 2017 18:51:20 -0400 Subject: Avoid polluting lib namespace unncessarily --- lib/customisation.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/customisation.nix') diff --git a/lib/customisation.nix b/lib/customisation.nix index 217daada781..304bb228449 100644 --- a/lib/customisation.nix +++ b/lib/customisation.nix @@ -81,7 +81,7 @@ rec { }); }; - in lib.makeExtensibleWithInterface (x: o: interface (addOverrideFuncs x o) o) (output: self: { + in lib.fixedPoints.makeExtensibleWithInterface (x: o: interface (addOverrideFuncs x o) o) (output: self: { args = origArgs; val = f output self.args self.val; }); -- cgit 1.4.1