guix/src/nix-env
Eelco Dolstra 93227ff65c * Eliminate all uses of the global variable ‘store’ from libstore.
This should also fix:

    nix-instantiate: ./../boost/shared_ptr.hpp:254: T* boost::shared_ptr<T>::operator->() const [with T = nix::StoreAPI]: Assertion `px != 0' failed.

  which was caused by hashDerivationModulo() calling the ‘store’
  object (during store upgrades) before openStore() assigned it.
2011-08-31 21:11:50 +00:00
..
help.txt * More documentation. 2007-12-31 02:52:17 +00:00
Makefile.am * Handle out of memory condition. 2010-10-28 12:29:40 +00:00
nix-env.cc * Eliminate all uses of the global variable ‘store’ from libstore. 2011-08-31 21:11:50 +00:00
profiles.cc * Eliminate all uses of the global variable ‘store’ from libstore. 2011-08-31 21:11:50 +00:00
profiles.hh * Store user environment manifests as a Nix expression in 2010-04-21 15:08:58 +00:00
user-env.cc * Refactoring: move parseExprFromFile() and parseExprFromString() into 2011-08-06 13:02:55 +00:00
user-env.hh * Store user environment manifests as a Nix expression in 2010-04-21 15:08:58 +00:00