mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
nixos/hoogle: add type
This commit is contained in:
parent
e5ce05cc1e
commit
3f41fbc8e8
@ -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