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/networking/lambdabot.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nixos/modules/services/networking/lambdabot.nix') diff --git a/nixos/modules/services/networking/lambdabot.nix b/nixos/modules/services/networking/lambdabot.nix index 4ef7c7c9ab63..5a61a9f96782 100644 --- a/nixos/modules/services/networking/lambdabot.nix +++ b/nixos/modules/services/networking/lambdabot.nix @@ -27,6 +27,7 @@ in package = mkOption { type = types.package; default = pkgs.lambdabot; + defaultText = "pkgs.lambdabot"; description = "Used lambdabot package"; }; -- cgit 1.4.1