about summary refs log tree commit diff
path: root/nixos/modules/hardware/bladeRF.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/hardware/bladeRF.nix')
-rw-r--r--nixos/modules/hardware/bladeRF.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/hardware/bladeRF.nix b/nixos/modules/hardware/bladeRF.nix
index 52a1f52024c8f..35b74b8382e3a 100644
--- a/nixos/modules/hardware/bladeRF.nix
+++ b/nixos/modules/hardware/bladeRF.nix
@@ -12,7 +12,7 @@ in
     enable = mkOption {
       type = types.bool;
       default = false;
-      description = lib.mdDoc ''
+      description = ''
         Enables udev rules for BladeRF devices. By default grants access
         to users in the "bladerf" group. You may want to install the
         libbladeRF package.