+1
nixos/doc/manual/default.nix
+1
nixos/doc/manual/default.nix
+2
-2
nixos/doc/manual/development/running-nixos-tests-interactively.section.md
+2
-2
nixos/doc/manual/development/running-nixos-tests-interactively.section.md
···
+6
-6
nixos/doc/manual/development/writing-nixos-tests.section.md
+6
-6
nixos/doc/manual/development/writing-nixos-tests.section.md
············
+2
-2
nixos/doc/manual/from_md/development/running-nixos-tests-interactively.section.xml
+2
-2
nixos/doc/manual/from_md/development/running-nixos-tests-interactively.section.xml
···
+6
-6
nixos/doc/manual/from_md/development/writing-nixos-tests.section.xml
+6
-6
nixos/doc/manual/from_md/development/writing-nixos-tests.section.xml
············
+3
nixos/lib/make-options-doc/default.nix
+3
nixos/lib/make-options-doc/default.nix
······
+2
-1
nixos/lib/make-options-doc/options-to-docbook.xsl
+2
-1
nixos/lib/make-options-doc/options-to-docbook.xsl
······<xsl:attribute name="id" namespace="http://www.w3.org/XML/1998/namespace"><xsl:value-of select="$variablelistId"/></xsl:attribute>
+3
-3
nixos/lib/testing/driver.nix
+3
-3
nixos/lib/testing/driver.nix
···-description = mdDoc "Which qemu package to use for the virtualisation of [{option}`nodes`](#opt-nodes).";+description = mdDoc "Which qemu package to use for the virtualisation of [{option}`nodes`](#test-opt-nodes).";······-This may speed up your iteration cycle, unless you're working on the [{option}`testScript`](#opt-testScript).+This may speed up your iteration cycle, unless you're working on the [{option}`testScript`](#test-opt-testScript).
+2
-2
nixos/lib/testing/meta.nix
+2
-2
nixos/lib/testing/meta.nix
···-The [{option}`test`](#opt-test)'s [`meta.timeout`](https://nixos.org/manual/nixpkgs/stable/#var-meta-timeout) in seconds.+The [{option}`test`](#test-opt-test)'s [`meta.timeout`](https://nixos.org/manual/nixpkgs/stable/#var-meta-timeout) in seconds.-Sets the [`meta.broken`](https://nixos.org/manual/nixpkgs/stable/#var-meta-broken) attribute on the [{option}`test`](#opt-test) derivation.+Sets the [`meta.broken`](https://nixos.org/manual/nixpkgs/stable/#var-meta-broken) attribute on the [{option}`test`](#test-opt-test) derivation.
+1
-1
nixos/lib/testing/name.nix
+1
-1
nixos/lib/testing/name.nix
···-This is used in the derivation names of the [{option}`driver`](#opt-driver) and [{option}`test`](#opt-test) runner.+This is used in the derivation names of the [{option}`driver`](#test-opt-driver) and [{option}`test`](#test-opt-test) runner.
+4
-4
nixos/lib/testing/nodes.nix
+4
-4
nixos/lib/testing/nodes.nix
·········-NixOS configuration that, like [{option}`defaults`](#opt-defaults), is applied to all [{option}`nodes`](#opt-nodes) and can not be undone with [`specialisation.<name>.inheritParentConfig`](https://search.nixos.org/options?show=specialisation.%3Cname%3E.inheritParentConfig&from=0&size=50&sort=relevance&type=packages&query=specialisation).+NixOS configuration that, like [{option}`defaults`](#test-opt-defaults), is applied to all [{option}`nodes`](#test-opt-nodes) and can not be undone with [`specialisation.<name>.inheritParentConfig`](https://search.nixos.org/options?show=specialisation.%3Cname%3E.inheritParentConfig&from=0&size=50&sort=relevance&type=packages&query=specialisation).···