nixos/hoogle: add type

This commit is contained in:
Scriptkiddi 2021-01-29 13:03:37 +01:00
parent e5ce05cc1e
commit 3f41fbc8e8
No known key found for this signature in database
GPG key ID: F7FBBF6334AF4872

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";
};