Skip to content

Commit

Permalink
lib: Fix typo fixed-points to fixedPoints
Browse files Browse the repository at this point in the history
  • Loading branch information
Ericson2314 committed Jul 11, 2018
1 parent 8c3b33e commit 5b245f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/customisation.nix
Expand Up @@ -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;
Expand Down

0 comments on commit 5b245f5

Please sign in to comment.