aboutsummaryrefslogtreecommitdiff
path: root/src/nix-env/user-env.cc
AgeCommit message (Expand)Author
2012-10-04getDerivation(): Don't always quietly ignore assertion failureEelco Dolstra
2012-10-03nix-env: Support ‘--repair’ flagEelco Dolstra
2012-06-27nix-store -r: do substitutions in parallelEelco Dolstra
2012-04-14Remove unnecessary "system" argumentEelco Dolstra
2012-01-03* Refactoring: Get rid of a few subdirectories in corepkgs/, and someEelco Dolstra
2011-08-06* Refactoring: move parseExprFromFile() and parseExprFromString() intoEelco Dolstra
2010-10-24* When allocating an attribute set, reserve enough space for allEelco Dolstra
2010-10-24* Keep attribute sets in sorted order to speed up attribute lookups.Eelco Dolstra
2010-10-23* Remove allocValues().Eelco Dolstra
2010-10-22* Store Value nodes outside of attribute sets. I.e., Attr now storesEelco Dolstra
2010-05-30* Remove an accidentally committed debug statement.Eelco Dolstra
2010-05-07* Keep track of the source positions of attributes.Eelco Dolstra
2010-04-21* Store user environment manifests as a Nix expression inEelco Dolstra
2010-04-19* Don't use the ATerm library for parsing/printing .drv files.Eelco Dolstra
2010-04-19* Added parsing of manifests in ATerm format.Eelco Dolstra
2010-04-19* Refactoring: move the user environment stuff into its own module.Eelco Dolstra