summaryrefslogtreecommitdiffstats
path: root/doc/quick-start.xml
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2014-07-27 15:21:38 +0200
committerDomen Kožar <domen@dev.si>2014-07-27 15:21:38 +0200
commit64cd30518de4ac197816b400700b9d1f73af5f05 (patch)
tree956b267e6a25aa9f52c72859c7be0723952cbda1 /doc/quick-start.xml
parent380e8ad794136c34266ed88554f3f16defebb168 (diff)
doc: mention nix-prefetch-scripts package
Diffstat (limited to 'doc/quick-start.xml')
-rw-r--r--doc/quick-start.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/quick-start.xml b/doc/quick-start.xml
index a651a78b1d75..0f11a906d771 100644
--- a/doc/quick-start.xml
+++ b/doc/quick-start.xml
@@ -155,9 +155,10 @@ $ git add pkgs/development/libraries/libfoo/default.nix</screen>
</listitem>
<listitem>
- <para>You can use <command>nix-prefetch-url</command>
+ <para>You can use <command>nix-prefetch-url</command> (or similar nix-prefetch-git, etc)
<replaceable>url</replaceable> to get the SHA-256 hash of
- source distributions.</para>
+ source distributions. There are similar commands as <command>nix-prefetch-git</command> and
+ <command>nix-prefetch-hg</command> available in <literal>nix-prefetch-scripts</literal> package.</para>
</listitem>
<listitem>