diff options
| author | John Ericson <John.Ericson@Obsidian.Systems> | 2018-07-11 17:09:58 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-11 17:09:58 -0400 |
| commit | 5b245f5ed53231e87e4575de5a6030ada24b734e (patch) | |
| tree | f82dc799bec7fa43296407feef4f44b1f60922c3 | |
| parent | libvirt: 4.4.0 -> 4.5.0 (#43164) (diff) | |
| download | nixpkgs-origin/lib-customize-typo.tar.gz | |
lib: Fix typo `fixed-points` to `fixedPoints`origin/lib-customize-typo
| -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; |
