summaryrefslogtreecommitdiffstats
path: root/src/nix-env/user-env.cc
AgeCommit message (Expand)Author
2020-12-30Fix insufficent attribute capacity in user profileDavid McFarland
2020-10-09Split out `local-fs-store.hh`John Ericson
2020-09-03createGeneration(): Take a StorePathEelco Dolstra
2020-06-16Remove StorePath::clone() and related functionsEelco Dolstra
2020-05-13change status messages to info levelBen Burdette
2020-05-03convert some printError calls to logErrorBen Burdette
2020-04-03nix-env: Refuse to operate on a new-style profileEelco Dolstra
2020-03-11Move some corepkgs into the nix binaryEelco Dolstra
2019-12-10Make the Store API more type-safeEelco Dolstra
2017-07-30Replace Unicode quotes in user-facing strings by ASCIIJörg Thalheim
2017-07-20Add "nix search" commandEelco Dolstra
2016-11-26Revert "Get rid of unicode quotes (#1140)"Eelco Dolstra
2016-11-25Get rid of unicode quotes (#1140)Guillaume Maudoux
2016-09-21printMsg(lvlError, ...) -> printError(...) etc.Eelco Dolstra
2016-06-02Allow setting the state directory as a store parameterEelco Dolstra
2016-05-04Cleanup: Remove singleton()Eelco Dolstra
2016-02-23nix-env: respect meta.outputsToInstallVladimír Čunát
2016-02-04Eliminate the "store" global variableEelco Dolstra
2015-07-23Optimize small listsEelco Dolstra
2015-07-17OCD: foreach -> C++11 ranged forEelco Dolstra
2014-09-19Store Attrs inside BindingsEelco Dolstra
2014-08-20Use proper quotes everywhereEelco Dolstra
2014-04-04Show position info in string concatenation / addition errorsEelco Dolstra
2014-03-11Fix passing meta attribute to buildenv.nixEelco Dolstra
2014-02-18Add a flag ‘--check’ to verify build determinismEelco Dolstra
2013-11-22Add missing #includeEelco Dolstra
2013-11-19Check meta values and warn about bad onesEelco Dolstra
2013-11-19Generalise meta attributesEelco Dolstra
2013-11-19Drop support for user environment manifests in ATerm formatEelco Dolstra
2012-12-04nix-env: Install all outputs of a derivationEelco Dolstra
2012-12-03WhitespaceEelco Dolstra
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