summary refs log tree commit diff
path: root/nixos/modules/services/misc/tp-auto-kbbl.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/misc/tp-auto-kbbl.nix')
-rw-r--r--nixos/modules/services/misc/tp-auto-kbbl.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/misc/tp-auto-kbbl.nix b/nixos/modules/services/misc/tp-auto-kbbl.nix
index 3ddece88e56..59018f7f81f 100644
--- a/nixos/modules/services/misc/tp-auto-kbbl.nix
+++ b/nixos/modules/services/misc/tp-auto-kbbl.nix
@@ -14,7 +14,7 @@ in {
       package = mkOption {
         type = types.package;
         default = pkgs.tp-auto-kbbl;
-        defaultText = literalExample "pkgs.tp-auto-kbbl";
+        defaultText = literalExpression "pkgs.tp-auto-kbbl";
         description = "Package providing <command>tp-auto-kbbl</command>.";
       };