mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
IHaskell: remove un-needed inherit
This commit is contained in:
parent
b39c51a362
commit
eda3e938d7
|
@ -6,7 +6,6 @@ let
|
|||
|
||||
cfg = config.services.ihaskell;
|
||||
ihaskell = pkgs.ihaskell.override {
|
||||
inherit (cfg.haskellPackages) ihaskell ghcWithPackages;
|
||||
packages = self: cfg.extraPackages self;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue