From fe5f3f65e23f806eb07c130b631b732fa89911d7 Mon Sep 17 00:00:00 2001 From: Niklas Hambüchen Date: Sat, 26 Jun 2021 01:31:10 +0200 Subject: manuals: Describe how to link NixOS tests from packages --- .../development/linking-nixos-tests-to-packages.section.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 nixos/doc/manual/from_md/development/linking-nixos-tests-to-packages.section.xml (limited to 'nixos/doc/manual/from_md/development') diff --git a/nixos/doc/manual/from_md/development/linking-nixos-tests-to-packages.section.xml b/nixos/doc/manual/from_md/development/linking-nixos-tests-to-packages.section.xml new file mode 100644 index 00000000000..666bbec6162 --- /dev/null +++ b/nixos/doc/manual/from_md/development/linking-nixos-tests-to-packages.section.xml @@ -0,0 +1,10 @@ +
+ Linking NixOS tests to packages + + You can link NixOS module tests to the packages that they exercised, + so that the tests can be run automatically during code review when + the package gets changed. This is + described + in the nixpkgs manual. + +
-- cgit 1.4.1