summary refs log tree commit diff
path: root/doc
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
parent380e8ad794136c34266ed88554f3f16defebb168 (diff)
downloadnixlib-64cd30518de4ac197816b400700b9d1f73af5f05.tar
nixlib-64cd30518de4ac197816b400700b9d1f73af5f05.tar.gz
nixlib-64cd30518de4ac197816b400700b9d1f73af5f05.tar.bz2
nixlib-64cd30518de4ac197816b400700b9d1f73af5f05.tar.lz
nixlib-64cd30518de4ac197816b400700b9d1f73af5f05.tar.xz
nixlib-64cd30518de4ac197816b400700b9d1f73af5f05.tar.zst
nixlib-64cd30518de4ac197816b400700b9d1f73af5f05.zip
doc: mention nix-prefetch-scripts package
Diffstat (limited to 'doc')
-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>