diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2020-05-07 16:08:15 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2020-05-07 16:08:15 +0200 |
commit | 479e8bf00b680343231d2b618e130141079a2097 (patch) | |
tree | af735a61675741ffbbf19b9217e8943bcebe6e3e /doc | |
parent | 672985531c6b9481f8eb8210a17328dfc2515c9b (diff) |
Manual: Fix typo
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/advanced-topics/post-build-hook.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/advanced-topics/post-build-hook.xml b/doc/manual/advanced-topics/post-build-hook.xml index 08a7a772f..57ee99e84 100644 --- a/doc/manual/advanced-topics/post-build-hook.xml +++ b/doc/manual/advanced-topics/post-build-hook.xml @@ -139,7 +139,7 @@ $ nix-store --delete /nix/store/ibcyipq5gf91838ldx40mjsp0b8w9n18-example <para>Now, copy the path back from the cache:</para> <screen> -$ nix store --realize /nix/store/ibcyipq5gf91838ldx40mjsp0b8w9n18-example +$ nix-store --realise /nix/store/ibcyipq5gf91838ldx40mjsp0b8w9n18-example copying path '/nix/store/m8bmqwrch6l3h8s0k3d673xpmipcdpsa-example from 's3://example-nix-cache'... warning: you did not specify '--add-root'; the result might be removed by the garbage collector /nix/store/m8bmqwrch6l3h8s0k3d673xpmipcdpsa-example |