[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
190/376: Undocument NIX_OTHER_STORES
From: |
Ludovic Courtès |
Subject: |
190/376: Undocument NIX_OTHER_STORES |
Date: |
Wed, 28 Jan 2015 22:04:57 +0000 |
civodul pushed a commit to tag 1.8
in repository guix.
commit b1af336132cfe8a6e4c54912cc512f8c28d4ebf3
Author: Eelco Dolstra <address@hidden>
Date: Tue Sep 16 14:49:00 2014 +0200
Undocument NIX_OTHER_STORES
---
doc/manual/command-ref/env-common.xml | 22 ----------------------
doc/manual/manual.xml | 2 +-
doc/manual/packages/sharing-packages.xml | 27 +--------------------------
3 files changed, 2 insertions(+), 49 deletions(-)
diff --git a/doc/manual/command-ref/env-common.xml
b/doc/manual/command-ref/env-common.xml
index b52e450..39e3e9c 100644
--- a/doc/manual/command-ref/env-common.xml
+++ b/doc/manual/command-ref/env-common.xml
@@ -283,28 +283,6 @@ $ mount -o bind /mnt/otherdisk/nix /nix</screen>
</varlistentry>
-<varlistentry
xml:id="envar-other-stores"><term><envar>NIX_OTHER_STORES</envar></term>
-
- <listitem><para>This variable contains the paths of remote Nix
- installations from which packages can be copied, separated by colons.
- <phrase condition="manual">See <xref linkend="sec-sharing-packages"
- /> for details.</phrase> Each path should be the
- <filename>/nix</filename> directory of a remote Nix installation
- (i.e., not the <filename>/nix/store</filename> directory). The
- paths are subject to globbing, so you can set it so something like
- <literal>/var/run/nix/remote-stores/*/nix</literal> and mount
- multiple remote filesystems in
- <literal>/var/run/nix/remote-stores</literal>.</para>
-
- <para>Note that if you’re building through the <link
- linkend="sec-nix-daemon">Nix daemon</link>, the only setting for
- this variable that matters is the one that the
- <command>nix-daemon</command> process uses. So if you want to
- change it, you have to restart the daemon.</para></listitem>
-
-</varlistentry>
-
-
<varlistentry><term><envar>NIX_SHOW_STATS</envar></term>
<listitem><para>If set to <literal>1</literal>, Nix will print some
diff --git a/doc/manual/manual.xml b/doc/manual/manual.xml
index 513eb31..2fdb843 100644
--- a/doc/manual/manual.xml
+++ b/doc/manual/manual.xml
@@ -25,7 +25,7 @@
<holder>Eelco Dolstra</holder>
</copyright>
- <date>April 2014</date>
+ <date>September 2014</date>
</info>
diff --git a/doc/manual/packages/sharing-packages.xml
b/doc/manual/packages/sharing-packages.xml
index 573b7c1..8fab15f 100644
--- a/doc/manual/packages/sharing-packages.xml
+++ b/doc/manual/packages/sharing-packages.xml
@@ -53,30 +53,5 @@ But note that <command>nix-copy-closure</command> is
generally more
efficient in this example because it only copies paths that are not
already present in the target Nix store.</para>
-<para>Finally, if you can mount the Nix store of a remote machine in
-your local filesystem, Nix can copy paths from the remote Nix store to
-the local Nix store <emphasis>on demand</emphasis>. For instance,
-suppose that you mount a remote machine containing a Nix store via
-<command
-xlink:href="http://fuse.sourceforge.net/sshfs.html">sshfs</command>:
-<screen>
-$ sshfs address@hidden:/ /mnt</screen>
-
-You should then set the <envar>NIX_OTHER_STORES</envar> environment
-variable to tell Nix about this remote Nix store:
-
-<screen>
-$ export NIX_OTHER_STORES=/mnt/nix</screen>
-
-Then if you do any Nix operation, e.g.
-
-<screen>
-$ nix-env -i firefox</screen>
-
-and Nix has to build a path that it sees is already present in
-<filename>/mnt/nix</filename>, then it will just copy from there
-instead of building it from source.</para>
-
-
-</chapter>
\ No newline at end of file
+</chapter>
- 165/376: Add disallowedReferences / disallowedRequisites, (continued)
- 165/376: Add disallowedReferences / disallowedRequisites, Ludovic Courtès, 2015/01/28
- 173/376: Tweak, Ludovic Courtès, 2015/01/28
- 168/376: Fix boost::too_many_args error, Ludovic Courtès, 2015/01/28
- 174/376: build-remote.pl: UTF-8-decode errors, Ludovic Courtès, 2015/01/28
- 180/376: Don't rely on process substitution, Ludovic Courtès, 2015/01/28
- 177/376: Improved support for building JARs, Ludovic Courtès, 2015/01/28
- 187/376: Drop reference to FreeBSD, Ludovic Courtès, 2015/01/28
- 189/376: Tweak some chapter titles, Ludovic Courtès, 2015/01/28
- 175/376: Hack to prevent Makefile.config from being regenerated by "make clean", Ludovic Courtès, 2015/01/28
- 186/376: Remove pointless "license" section, Ludovic Courtès, 2015/01/28
- 190/376: Undocument NIX_OTHER_STORES,
Ludovic Courtès <=
- 184/376: Nicer file names for the release notes, Ludovic Courtès, 2015/01/28
- 198/376: Derive Emacs nix-mode from prog-mode., Ludovic Courtès, 2015/01/28
- 179/376: Fix JAR installation, Ludovic Courtès, 2015/01/28
- 194/376: Style tweak, Ludovic Courtès, 2015/01/28
- 192/376: Fix references to version.txt, Ludovic Courtès, 2015/01/28
- 188/376: Drop "service deployment" bla bla, Ludovic Courtès, 2015/01/28
- 185/376: Release notes: Use a section per version, Ludovic Courtès, 2015/01/28
- 191/376: Drop separate release notes, Ludovic Courtès, 2015/01/28
- 199/376: Settings: Add bool get(), Ludovic Courtès, 2015/01/28
- 193/376: Fix parallel make of manpages, Ludovic Courtès, 2015/01/28