ghcWithPackages: Get rid of unused passthrough
If you want the whole packages set...don't use ghcWithPackages.
This commit is contained in:
@@ -102,7 +102,6 @@ let
|
||||
|
||||
withPackages = packages: buildPackages.callPackage ./with-packages-wrapper.nix {
|
||||
inherit (self) llvmPackages;
|
||||
haskellPackages = self;
|
||||
inherit packages;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user