about summary refs log tree commit diff
path: root/doc/manual/installation.xml
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2004-02-06T10·30+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2004-02-06T10·30+0000
commit66e94d3275e9a0a549c28b7d0ad5f3f897e2fbf0 (patch)
tree630762722ad3a1efcf3620e905e74fea8ded5b99 /doc/manual/installation.xml
parentd445da7a7b3cbb4822bcad3904a36f0d914917d3 (diff)
* Improvements to profiles. Generations are now per-profile, e.g.,
  default -> default-94-link
  default-82-link -> /nix/store/cc4480...
  default-83-link -> /nix/store/caeec8...
  ...
  default-94-link -> /nix/store/2896ca...
  experimental -> experimental-2-link
  experimental-1-link -> /nix/store/cc4480...
  experimental-2-link -> /nix/store/a3148f...

* `--profile' / `-p' -> `--switch-profile' / `-S'
* `--link' / `-l' -> `--profile' / `-p'
* The default profile is stored in $prefix/var/nix/profiles.
  $prefix/var/nix/links is gone.  Profiles can be stored anywhere.
* The current profile is now referenced from ~/.nix-profile, not
  ~/.nix-userenv.
* The roots to the garbage collector now have extension `.gcroot', not
  `.id'.

Diffstat (limited to 'doc/manual/installation.xml')
-rw-r--r--doc/manual/installation.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual/installation.xml b/doc/manual/installation.xml
index 1f45404e94e3..d35b3de5d651 100644
--- a/doc/manual/installation.xml
+++ b/doc/manual/installation.xml
@@ -192,9 +192,9 @@ rm -rf /nix/var</screen>
       To use Nix, some environment variables should be set.  In
       particular, <envar>PATH</envar> should contain the directories
       <filename><replaceable>prefix</replaceable>/bin</filename> and
-      <filename>~/.nix-userenv/bin</filename>.  The first directory
+      <filename>~/.nix-profile/bin</filename>.  The first directory
       contains the Nix tools themselves, while
-      <filename>~/.nix-userenv</filename> is a symbolic link to the
+      <filename>~/.nix-profile</filename> is a symbolic link to the
       current <emphasis>user environment</emphasis> (an automatically
       generated package consisting of symlinks to installed packages).
       The simplest way to set the required environment variables is to