about summary refs log tree commit diff
path: root/nixos/lib/testing/name.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/lib/testing/name.nix')
-rw-r--r--nixos/lib/testing/name.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/lib/testing/name.nix b/nixos/lib/testing/name.nix
index 0af593169eeca..0682873c7bcd0 100644
--- a/nixos/lib/testing/name.nix
+++ b/nixos/lib/testing/name.nix
@@ -1,10 +1,10 @@
 { lib, ... }:
 let
-  inherit (lib) mkOption types mdDoc;
+  inherit (lib) mkOption types;
 in
 {
   options.name = mkOption {
-    description = mdDoc ''
+    description = ''
       The name of the test.
 
       This is used in the derivation names of the [{option}`driver`](#test-opt-driver) and [{option}`test`](#test-opt-test) runner.