about summary refs log tree commit diff
path: root/nixos/modules/services/development/lorri.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/development/lorri.nix')
-rw-r--r--nixos/modules/services/development/lorri.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/nixos/modules/services/development/lorri.nix b/nixos/modules/services/development/lorri.nix
index fc576e4c18ba..bda63518bfd9 100644
--- a/nixos/modules/services/development/lorri.nix
+++ b/nixos/modules/services/development/lorri.nix
@@ -21,8 +21,7 @@ in {
         description = ''
           The lorri package to use.
         '';
-        defaultText = lib.literalExample "pkgs.lorri";
-        example = lib.literalExample "pkgs.lorri";
+        defaultText = lib.literalExpression "pkgs.lorri";
       };
     };
   };