summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2017-02-01 15:56:02 +0100
committerEelco Dolstra <edolstra@gmail.com>2017-02-01 16:07:54 +0100
commit7dacca324d9e86fe7f7fad450ec833c746f21415 (patch)
tree8eff1f6e5df8473361140b73b6171b3ffafb4edb /doc
parent86fe7a40acc0e68e60905798b2d692c2e9a6c33e (diff)
$NIXPKGS_OVERLAYS -> <nixpkgs-overlays>
The Nix search path is the established mechanism for specifying the location of Nix expressions, so let's use it instead of adding another environment variable.
Diffstat (limited to 'doc')
-rw-r--r--doc/overlays.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/overlays.xml b/doc/overlays.xml
index cb54c33cf65f..540c83e0a39b 100644
--- a/doc/overlays.xml
+++ b/doc/overlays.xml
@@ -28,8 +28,8 @@ first one present is considered, and all the rest are ignored:
<listitem>
- <para>In the directory pointed by the environment variable
- <varname>NIXPKGS_OVERLAYS</varname>.</para>
+ <para>In the directory pointed to by the Nix search path entry
+ <literal>&lt;nixpkgs-overlays></literal>.</para>
</listitem>
<listitem>