doc/meta: small link target shortenning

Shorten the path from the link to the to actual content about
passthru.tests - the content was moved into pkgs/README.md .
This commit is contained in:
Doron Behar 2024-05-29 15:27:04 +03:00
parent 2093ef28d9
commit f4e7ce7719

View File

@ -137,7 +137,7 @@ Prefer `passthru.tests` for tests that are introduced in nixpkgs because:
* we can run `passthru.tests` independently
* `installCheckPhase` adds overhead to each build
For more on how to write and run package tests, see [](#sec-package-tests).
For more on how to write and run package tests, see [`pkgs/README.md`](https://github.com/NixOS/nixpkgs/blob/master/pkgs/README.md#package-tests).
#### NixOS tests {#var-meta-tests-nixos}