forked from mirrors/nixpkgs
nixos/hoogle: Type the last option
This commit is contained in:
parent
08586ff592
commit
4cba5de303
|
@ -40,6 +40,7 @@ in {
|
|||
|
||||
haskellPackages = mkOption {
|
||||
description = "Which haskell package set to use.";
|
||||
type = types.attrs;
|
||||
default = pkgs.haskellPackages;
|
||||
defaultText = literalExpression "pkgs.haskellPackages";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue