This commit is contained in:
Eelco Dolstra 2010-08-16 13:23:45 +00:00
parent 8ec6594d6d
commit b75e1043a3
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ dependencies used in the build, such as compilers).</para>
dependencies, we can do:
<screen>
$ nix-push <replaceable>urls</replaceable> $(nix-instantiate $(nix-store -r foo.nix))</screen>
$ nix-push <replaceable>urls</replaceable> $(nix-store -r $(nix-instantiate foo.nix))</screen>
</para>