Merge pull request #31972 from bkchr/copyfilefromhost_missing_documentation

Adds missing documentation for copyFileFromHost in NixOS tests
This commit is contained in:
Graham Christensen
2017-11-23 19:50:39 -05:00
committed by GitHub

View File

@@ -262,8 +262,18 @@ startAll;
<literal>waitForWindow(qr/Terminal/)</literal>.</para></listitem>
</varlistentry>
<varlistentry>
<term><methodname>copyFileFromHost</methodname></term>
<listitem><para>Copies a file from host to machine, e.g.,
<literal>copyFileFromHost("myfile", "/etc/my/important/file")</literal>.</para>
<para>The first argument is the file on the host. The file needs to be
accessible while building the nix derivation. The second argument is
the location of the file on the machine.</para>
</listitem>
</varlistentry>
</variablelist>
</para>
</section>
</section>