Correction to default.nix

This commit is contained in:
John Wiegley 2018-05-16 09:52:49 -07:00
parent 3b56b7d3d5
commit 7cb68b2ae0
No known key found for this signature in database
GPG key ID: C144D8F4F19FE630

View file

@ -32,7 +32,7 @@ let inherit (nixpkgs) pkgs;
, modifier ? drv: drv
, provideDrv ? !pkgs.lib.inNixShell }:
let drv =
(pkgs.haskell.packages.${compiler}.extend
(this.extend
(pkgs.lib.composeExtensions
(self.packageSourceOverrides source-overrides)
overrides))