1
0
Fork 1
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:
Thomas Bereknyei 2016-01-21 17:16:02 -05:00
parent b39c51a362
commit eda3e938d7

View file

@ -6,7 +6,6 @@ let
cfg = config.services.ihaskell;
ihaskell = pkgs.ihaskell.override {
inherit (cfg.haskellPackages) ihaskell ghcWithPackages;
packages = self: cfg.extraPackages self;
};