summary refs log tree commit diff
path: root/nixos/modules/programs/flexoptix-app.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/programs/flexoptix-app.nix')
-rw-r--r--nixos/modules/programs/flexoptix-app.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/programs/flexoptix-app.nix b/nixos/modules/programs/flexoptix-app.nix
index 5e169be2d89..e87d1076508 100644
--- a/nixos/modules/programs/flexoptix-app.nix
+++ b/nixos/modules/programs/flexoptix-app.nix
@@ -10,7 +10,7 @@ in {
       enable = mkEnableOption "FLEXOPTIX app + udev rules";
 
       package = mkOption {
-        description = "FLEXOPTIX app package to use";
+        description = lib.mdDoc "FLEXOPTIX app package to use";
         type = types.package;
         default = pkgs.flexoptix-app;
         defaultText = literalExpression "pkgs.flexoptix-app";