mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
nixos/mongodb: add pkgs.mongodb-ce as package option example
This commit is contained in:
parent
2f8af3ea93
commit
d223d3f15d
2 changed files with 5 additions and 1 deletions
|
@ -43,7 +43,9 @@ in
|
|||
|
||||
enable = lib.mkEnableOption "the MongoDB server";
|
||||
|
||||
package = lib.mkPackageOption pkgs "mongodb" { };
|
||||
package = lib.mkPackageOption pkgs "mongodb" {
|
||||
example = "pkgs.mongodb-ce";
|
||||
};
|
||||
|
||||
mongoshPackage = lib.mkPackageOption pkgs "mongosh" { };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue