summary refs log tree commit diff
path: root/nixos/modules/hardware/saleae-logic.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/hardware/saleae-logic.nix')
-rw-r--r--nixos/modules/hardware/saleae-logic.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/hardware/saleae-logic.nix b/nixos/modules/hardware/saleae-logic.nix
index 02d234cd3f0..f144814a06b 100644
--- a/nixos/modules/hardware/saleae-logic.nix
+++ b/nixos/modules/hardware/saleae-logic.nix
@@ -5,7 +5,7 @@ let
 in
 {
   options.hardware.saleae-logic = {
-    enable = lib.mkEnableOption "udev rules for Saleae Logic devices";
+    enable = lib.mkEnableOption (lib.mdDoc "udev rules for Saleae Logic devices");
 
     package = lib.mkOption {
       type = lib.types.package;