forked from lix-project/lix
Add documentation for submodule support in fetchGit
This commit is contained in:
parent
c2a24c2b88
commit
ea861be292
|
@ -422,6 +422,16 @@ stdenv.mkDerivation { … }
|
|||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>fetchSubmodules</term>
|
||||
<listitem>
|
||||
<para>
|
||||
A boolean parameter that specifies whether submodules
|
||||
should be checked out. Defaults to
|
||||
<literal>false</literal>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
||||
<example>
|
||||
|
|
Loading…
Reference in a new issue