Merge pull request #111154 from helsinki-systems/hoogle
nixos/hoogle: add type
This commit is contained in:
commit
32fb3b7bc3
@ -41,6 +41,7 @@ in {
|
||||
haskellPackages = mkOption {
|
||||
description = "Which haskell package set to use.";
|
||||
default = pkgs.haskellPackages;
|
||||
type = types.package;
|
||||
defaultText = "pkgs.haskellPackages";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user