about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2022-05-05 13:08:05 +0200
committerRobert Hensing <robert@roberthensing.nl>2022-05-05 13:08:05 +0200
commite8ffb6a727081632781ac1051cf5b192f7cf5cd3 (patch)
treedbe27a44ef0f881a17e44015325b95c301554f8b
parent7edb41466086f8cd19fc738e8f9c46b7c64fe182 (diff)
doc/testers: Mention nixosTests in nixosTest doc
-rw-r--r--doc/builders/testers.chapter.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/builders/testers.chapter.md b/doc/builders/testers.chapter.md
index 06434c0467e68..c6fb71de01807 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),