Merge pull request #111585 from helsinki-systems/revert-111154-hoogle

Revert "nixos/hoogle: add type"
This commit is contained in:
ajs124
2021-02-01 18:12:46 +01:00
committed by GitHub
@@ -41,7 +41,6 @@ in {
haskellPackages = mkOption {
description = "Which haskell package set to use.";
default = pkgs.haskellPackages;
type = types.package;
defaultText = "pkgs.haskellPackages";
};