3
0
Fork 0
forked from mirrors/nixpkgs

nixos/hoogle: Type the last option

This commit is contained in:
Janne Heß 2021-12-07 18:36:01 +01:00
parent 08586ff592
commit 4cba5de303
No known key found for this signature in database
GPG key ID: 69165158F05265DF

View file

@ -40,6 +40,7 @@ in {
haskellPackages = mkOption {
description = "Which haskell package set to use.";
type = types.attrs;
default = pkgs.haskellPackages;
defaultText = literalExpression "pkgs.haskellPackages";
};