summaryrefslogtreecommitdiffstats
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.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/hardware/saleae-logic.nix b/nixos/modules/hardware/saleae-logic.nix
index f144814a06b7..a3810d640c48 100644
--- a/nixos/modules/hardware/saleae-logic.nix
+++ b/nixos/modules/hardware/saleae-logic.nix
@@ -5,13 +5,13 @@ let
in
{
options.hardware.saleae-logic = {
- enable = lib.mkEnableOption (lib.mdDoc "udev rules for Saleae Logic devices");
+ enable = lib.mkEnableOption "udev rules for Saleae Logic devices";
package = lib.mkOption {
type = lib.types.package;
default = pkgs.saleae-logic-2;
defaultText = lib.literalExpression "pkgs.saleae-logic-2";
- description = lib.mdDoc ''
+ description = ''
Saleae Logic package to use.
'';
};