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.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/development/lorri.nix b/nixos/modules/services/development/lorri.nix
index a82b3f57f8e8..8c64e3d9a560 100644
--- a/nixos/modules/services/development/lorri.nix
+++ b/nixos/modules/services/development/lorri.nix
@@ -9,7 +9,7 @@ in {
       enable = lib.mkOption {
         default = false;
         type = lib.types.bool;
-        description = ''
+        description = lib.mdDoc ''
           Enables the daemon for `lorri`, a nix-shell replacement for project
           development. The socket-activated daemon starts on the first request
           issued by the `lorri` command.