From 712212407a531accfd3806bc766fa7f13d8d3eb9 Mon Sep 17 00:00:00 2001 From: Florian Sesser <florian@leastauthority.com> Date: Thu, 14 Jan 2021 18:10:13 +0000 Subject: [PATCH] Dev docs: Add link to NixOS test official documentation. It is very good. --- docs/source/dev/README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/dev/README.rst b/docs/source/dev/README.rst index 117915f6..4cdf76fc 100644 --- a/docs/source/dev/README.rst +++ b/docs/source/dev/README.rst @@ -40,6 +40,7 @@ It is also possible go through the testing script interactively - useful for deb This will give you a result symlink in the current directory. Inside that is bin/nixos-test-driver which gives you a kind of REPL for interacting with the VMs. The kind of `Perl in this testScript <https://github.com/PrivateStorageio/PrivateStorageio/blob/78881a3/nixos/modules/tests/private-storage.nix#L180>`_ is what you can enter into this REPL. +Consult the `official documentation on NixOS Tests <https://nixos.org/manual/nixos/stable/index.html#sec-nixos-tests>`_ for more info. Architecture overview --------------------- -- GitLab