Revert "nixos/hoogle: add type"

This commit is contained in:
Fritz Otlinghaus 2021-02-01 17:39:08 +01:00 committed by GitHub
parent 790c1c66a5
commit 9b6afb66c7
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";
};