mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
nixos: set all package options to have type package
This commit is contained in:
parent
f7c04b1e6b
commit
97a0dd9eb9
9 changed files with 9 additions and 4 deletions
|
@ -39,6 +39,7 @@ in
|
|||
|
||||
package = mkOption {
|
||||
default = pkgs.mongodb;
|
||||
type = types.package;
|
||||
description = "
|
||||
Which MongoDB derivation to use.
|
||||
";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue