Merge pull request #111154 from helsinki-systems/hoogle

nixos/hoogle: add type
This commit is contained in:
Sandro
2021-01-29 17:47:26 +01:00
committed by GitHub

View File

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