Go to file
Eelco Dolstra 66e94d3275 * 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'.
2004-02-06 10:30:20 +00:00
corepkgs * Fixed the old envpkgs filename. 2004-02-04 16:20:51 +00:00
doc * Improvements to profiles. Generations are now per-profile, e.g., 2004-02-06 10:30:20 +00:00
externals * Detect flex and bison; updated the manual. 2004-01-30 16:32:14 +00:00
scripts * Improvements to profiles. Generations are now per-profile, e.g., 2004-02-06 10:30:20 +00:00
src * Improvements to profiles. Generations are now per-profile, e.g., 2004-02-06 10:30:20 +00:00
testpkgs * Argument support in Fix. Arguments can be passed through the 2003-08-15 13:01:45 +00:00
AUTHORS * Autoconf / Automake configuration and building. 2003-04-04 16:14:56 +00:00
COPYING * Autoconf / Automake configuration and building. 2003-04-04 16:14:56 +00:00
ChangeLog * Autoconf / Automake configuration and building. 2003-04-04 16:14:56 +00:00
INSTALL * Autoconf / Automake configuration and building. 2003-04-04 16:14:56 +00:00
Makefile.am * Explicitly compute the release name. 2004-01-22 13:04:57 +00:00
NEWS * Autoconf / Automake configuration and building. 2003-04-04 16:14:56 +00:00
README * Manual updates. 2004-01-20 11:49:32 +00:00
configure.ac * Detect flex and bison; updated the manual. 2004-01-30 16:32:14 +00:00
nix.spec.in * Ignore exit code from strip. 2004-01-19 09:01:28 +00:00
substitute.mk * Generate RPM spec file. 2004-01-02 16:04:53 +00:00

README

                             *** Nix ***

For installation and usage instructions, please read the manual, which
can be found in docs/manual/manual.html, and additionally at the Nix
website at <http://www.cs.uu.nl/groups/ST/Trace/NixDeploymentSystem>.