diff options
| -rw-r--r-- | lib/customisation.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/customisation.nix b/lib/customisation.nix index 9017319420c8..0621157fef8c 100644 --- a/lib/customisation.nix +++ b/lib/customisation.nix @@ -202,7 +202,7 @@ rec { callPackage = self.newScope {}; overrideScope = g: makeScope newScope - (lib.fixed-points.extends f g); + (lib.fixedPoints.extends f g); packages = f; }; in self; |
