diff options
Diffstat (limited to 'doc/manual')
-rw-r--r-- | doc/manual/nix-push.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/nix-push.xml b/doc/manual/nix-push.xml index 1435c559496f..d2a7e063e583 100644 --- a/doc/manual/nix-push.xml +++ b/doc/manual/nix-push.xml @@ -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> |