$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.
This commit is contained in:
Eelco Dolstra
2017-02-01 16:07:54 +01:00
parent 86fe7a40ac
commit 7dacca324d
2 changed files with 18 additions and 13 deletions
+2 -2
View File
@@ -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>