summaryrefslogtreecommitdiffstats
path: root/nixos/lib/testing/interactive.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/lib/testing/interactive.nix')
-rw-r--r--nixos/lib/testing/interactive.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/lib/testing/interactive.nix b/nixos/lib/testing/interactive.nix
index 317ed4241882..0b1209669282 100644
--- a/nixos/lib/testing/interactive.nix
+++ b/nixos/lib/testing/interactive.nix
@@ -1,11 +1,11 @@
{ config, lib, moduleType, hostPkgs, ... }:
let
- inherit (lib) mkOption types mdDoc;
+ inherit (lib) mkOption types;
in
{
options = {
interactive = mkOption {
- description = mdDoc ''
+ description = ''
Tests [can be run interactively](#sec-running-nixos-tests-interactively)
using the program in the test derivation's `.driverInteractive` attribute.