From a1b582f33a4ac8cf60d6de0ff360159665a67209 Mon Sep 17 00:00:00 2001 From: fricklerhandwerk Date: Fri, 6 Oct 2023 23:14:23 +0200 Subject: [PATCH] modules are not a convention --- .../nixos/integration-testing-using-virtual-machines.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/tutorials/nixos/integration-testing-using-virtual-machines.md b/source/tutorials/nixos/integration-testing-using-virtual-machines.md index 89312d9..0367573 100644 --- a/source/tutorials/nixos/integration-testing-using-virtual-machines.md +++ b/source/tutorials/nixos/integration-testing-using-virtual-machines.md @@ -52,7 +52,8 @@ pkgs.nixosTest { ``` The function `nixosTest` takes a [module](https://nixos.org/manual/nixos/stable/#sec-writing-modules) to specify the [test options](https://nixos.org/manual/nixos/stable/index.html#sec-test-options-reference). -Because this module only sets configuration values, one can use the abbreviated form of the module convention. +Because this module only sets configuration values, one can use the abbreviated module notation. + The following configuration values must be set: - [`name`](https://nixos.org/manual/nixos/stable/index.html#test-opt-name) defines the name of the test.