mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 05:56:15 +02:00
Add documentation for submodule support in fetchGit
This commit is contained in:
parent
c2a24c2b88
commit
ea861be292
1 changed files with 10 additions and 0 deletions
|
@ -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