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

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