summary refs log tree commit diff
path: root/nixos/modules/services/networking/lambdabot.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/networking/lambdabot.nix')
-rw-r--r--nixos/modules/services/networking/lambdabot.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/networking/lambdabot.nix b/nixos/modules/services/networking/lambdabot.nix
index 4ef7c7c9ab6..5a61a9f9678 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";
       };