lix/src/nix-env
Eelco Dolstra 5c38c863bd * Fix a huge gaping hole in nix-env w.r.t. the garbage collector.
Nix-env failed to call addPermRoot(), which is necessary to safely
  add a new root.  So if nix-env started after and finished before the
  garbage collector, the user environment (plus all other new stuff)
  it built might be garbage collected, leading to a dangling symlink
  chain in ~/.nix-profile...

* Be more explicit if we block on the GC lock ("waiting for the big
  garbage collector lock...").

* Don't loop trying to create a new generation.  It's not necessary
  anymore since profiles are locked nowadays.
2006-09-14 22:30:33 +00:00
..
help.txt * Fix the help message wrt --attr. 2006-08-09 15:12:34 +00:00
main.cc * Use a proper namespace. 2006-09-04 21:06:23 +00:00
Makefile.am * Support for srcdir != builddir (NIX-41). 2006-05-12 11:47:45 +00:00
names.cc * Use a proper namespace. 2006-09-04 21:06:23 +00:00
names.hh * Use a proper namespace. 2006-09-04 21:06:23 +00:00
profiles.cc * Fix a huge gaping hole in nix-env w.r.t. the garbage collector. 2006-09-14 22:30:33 +00:00
profiles.hh * Missing #include. 2006-09-05 10:32:47 +00:00