about summary refs log tree commit diff
path: root/doc/manual/nix-env.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/manual/nix-env.xml')
-rw-r--r--doc/manual/nix-env.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/manual/nix-env.xml b/doc/manual/nix-env.xml
index a943fd9760e3..bdf35bd32a3f 100644
--- a/doc/manual/nix-env.xml
+++ b/doc/manual/nix-env.xml
@@ -111,14 +111,14 @@
       </varlistentry>
 
       <varlistentry>
-        <term><filename>~/.nix-userenv</filename></term>
+        <term><filename>~/.nix-profile</filename></term>
         <listitem>
           <para>
-            A symbolic link to the user's current user environment.
-            By default, it points to
-            <filename><replaceable>prefix</replaceable>/var/nix/links/current</filename>.
+            A symbolic link to the user's current profile.  The
+            default profile is
+            <filename><replaceable>prefix</replaceable>/var/nix/profiles/default</filename>.
             The <envar>PATH</envar> environment variable should
-            include <filename>~/.nix-userenv</filename> for the user
+            include <filename>~/.nix-profile/bin</filename> for the user
             environment to be visible to the user.
           </para>
         </listitem>