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
commit fdb43e932f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,7 +41,6 @@ in {
haskellPackages = mkOption {
description = "Which haskell package set to use.";
default = pkgs.haskellPackages;
type = types.package;
defaultText = "pkgs.haskellPackages";
};