Merge pull request #939 from discordianfish/patch-1
Remove nix-copy-closure reference note from nix-store docs
This commit is contained in:
commit
6a5f9c86f6
|
@ -1115,17 +1115,17 @@ path).</para>
|
||||||
<para>This command does not produce a <emphasis>closure</emphasis> of
|
<para>This command does not produce a <emphasis>closure</emphasis> of
|
||||||
the specified paths, so if a store path references other store paths
|
the specified paths, so if a store path references other store paths
|
||||||
that are missing in the target Nix store, the import will fail. To
|
that are missing in the target Nix store, the import will fail. To
|
||||||
copy a whole closure, do something like
|
copy a whole closure, do something like:
|
||||||
|
|
||||||
<screen>
|
<screen>
|
||||||
$ nix-store --export $(nix-store -qR <replaceable>paths</replaceable>) > out</screen>
|
$ nix-store --export $(nix-store -qR <replaceable>paths</replaceable>) > out</screen>
|
||||||
|
|
||||||
</para>
|
To import the whole closure again, run:
|
||||||
|
|
||||||
<para>For an example of how <option>--export</option> and
|
<screen>
|
||||||
<option>--import</option> can be used, see the source of the <command
|
$ nix-store --import < out</screen>
|
||||||
linkend="sec-nix-copy-closure">nix-copy-closure</command>
|
|
||||||
command.</para>
|
</para>
|
||||||
|
|
||||||
</refsection>
|
</refsection>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue