summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorCarles Pagès <page@ruiec.cat>2017-04-02 10:11:01 +0200
committerCarles Pagès <page@ruiec.cat>2017-04-02 10:11:01 +0200
commitcc779bc421330d61dbeb22f1949f5d9d2b80853a (patch)
tree54d67a1b71b041479f37a221a7dae678a36081a4 /doc
parentf70e7773ec39d67fb93e97cc08f53381d0507b49 (diff)
doc: fix overlays paths
It was not updated with 9d6a55aefd7.
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 540c83e0a39b..4b95f3e72880 100644
--- a/doc/overlays.xml
+++ b/doc/overlays.xml
@@ -34,7 +34,7 @@ first one present is considered, and all the rest are ignored:
<listitem>
- <para>In the directory <filename>~/.nixpkgs/overlays/</filename>.</para>
+ <para>In the directory <filename>~/.config/nixpkgs/overlays/</filename>.</para>
</listitem>
</orderedlist>
@@ -50,7 +50,7 @@ the same recipe. In the case where overlays are loaded from a directory, they ar
alphabetical order.</para>
<para>To install an overlay using the last option, you can clone the overlay's repository and add
-a symbolic link to it in <filename>~/.nixpkgs/overlays/</filename> directory.</para>
+a symbolic link to it in <filename>~/.config/nixpkgs/overlays/</filename> directory.</para>
</section>