ghcWithPackages: Get rid of unused passthrough

If you want the whole packages set...don't use ghcWithPackages.
This commit is contained in:
John Ericson
2018-01-04 14:49:50 -05:00
parent 6bdf9a7f6d
commit dea9fceb0b
2 changed files with 0 additions and 3 deletions
@@ -102,7 +102,6 @@ let
withPackages = packages: buildPackages.callPackage ./with-packages-wrapper.nix {
inherit (self) llvmPackages;
haskellPackages = self;
inherit packages;
};