summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2018-07-11 17:09:58 -0400
committerGitHub <noreply@github.com>2018-07-11 17:09:58 -0400
commit5b245f5ed53231e87e4575de5a6030ada24b734e (patch)
treef82dc799bec7fa43296407feef4f44b1f60922c3
parentlibvirt: 4.4.0 -> 4.5.0 (#43164) (diff)
downloadnixpkgs-origin/lib-customize-typo.tar.gz
lib: Fix typo `fixed-points` to `fixedPoints`origin/lib-customize-typo
-rw-r--r--lib/customisation.nix2
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;