Merge pull request #111154 from helsinki-systems/hoogle
nixos/hoogle: add type
This commit is contained in:
commit
32fb3b7bc3
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ in {
|
||||||
haskellPackages = mkOption {
|
haskellPackages = mkOption {
|
||||||
description = "Which haskell package set to use.";
|
description = "Which haskell package set to use.";
|
||||||
default = pkgs.haskellPackages;
|
default = pkgs.haskellPackages;
|
||||||
|
type = types.package;
|
||||||
defaultText = "pkgs.haskellPackages";
|
defaultText = "pkgs.haskellPackages";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue