From a04a7272aa38ada45e694281071b720d4abbd0df Mon Sep 17 00:00:00 2001 From: Thomas Strobel Date: Sun, 17 Jan 2016 19:34:55 +0100 Subject: Add missing 'type', 'defaultText' and 'literalExample' in module definitions - add missing types in module definitions - add missing 'defaultText' in module definitions - wrap example with 'literalExample' where necessary in module definitions --- nixos/modules/services/databases/mongodb.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nixos/modules/services/databases/mongodb.nix') diff --git a/nixos/modules/services/databases/mongodb.nix b/nixos/modules/services/databases/mongodb.nix index 14ffdad9217..ef9bc46e4a0 100644 --- a/nixos/modules/services/databases/mongodb.nix +++ b/nixos/modules/services/databases/mongodb.nix @@ -41,6 +41,7 @@ in package = mkOption { default = pkgs.mongodb; + defaultText = "pkgs.mongodb"; type = types.package; description = " Which MongoDB derivation to use. -- cgit 1.4.1