Merge pull request #111585 from helsinki-systems/revert-111154-hoogle
Revert "nixos/hoogle: add type"
This commit is contained in:
commit
fdb43e932f
@ -41,7 +41,6 @@ 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…
x
Reference in New Issue
Block a user