From e8ffb6a727081632781ac1051cf5b192f7cf5cd3 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Thu, 5 May 2022 13:08:05 +0200 Subject: [PATCH] doc/testers: Mention nixosTests in nixosTest doc --- doc/builders/testers.chapter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/builders/testers.chapter.md b/doc/builders/testers.chapter.md index 06434c0467e..c6fb71de018 100644 --- a/doc/builders/testers.chapter.md +++ b/doc/builders/testers.chapter.md @@ -85,7 +85,7 @@ tests.fetchgit = invalidateFetcherByDrvHash fetchgit { Run a NixOS VM network test using this evaluation of Nixpkgs. -NOTE: This function is primarily for external use. NixOS itself uses `make-test-python.nix` directly. +NOTE: This function is primarily for external use. NixOS itself uses `make-test-python.nix` directly. Packages defined in Nixpkgs [reuse NixOS tests via `nixosTests`, plural](#ssec-nixos-tests-linking). It is mostly equivalent to the function `import ./make-test-python.nix` from the [NixOS manual](https://nixos.org/nixos/manual/index.html#sec-nixos-tests),