aboutsummaryrefslogtreecommitdiff
path: root/src/nix-env/user-env.cc
AgeCommit message (Expand)Author
2023-06-19Clean up a few things related to profiles (#8526)John Ericson
2023-04-24Merge remote-tracking branch 'origin/master' into source-pathEelco Dolstra
2023-04-21Use `std::set<StringContextElem>` not `PathSet` for string contextsJohn Ericson
2023-04-06Backport SourcePath from the lazy-trees branchEelco Dolstra
2023-03-02Remove FormatOrString and remaining uses of format()Eelco Dolstra
2023-01-19Revert "Revert "Merge pull request #6204 from layus/coerce-string""Guillaume Maudoux
2023-01-18Revert "Merge pull request #6204 from layus/coerce-string"Robert Hensing
2022-04-29Merge remote-tracking branch 'origin/master' into coerce-stringGuillaume Maudoux
2022-04-21store Symbols in a table as well, like positionspennae
2022-04-21replace most Pos objects/ptrs with indexes into a position tablepennae
2022-03-22Don't hide repeated values while generating manifest.nixEelco Dolstra
2022-03-18Merge remote-tracking branch 'origin/master' into coerce-stringGuillaume Maudoux
2022-03-16nix-env: always print output names in JSON and XMLNaïm Favier
2022-03-04Add detailed error mesage for coerceTo{String,Path}Guillaume Maudoux
2022-03-02Add EvalState::coerceToStorePath() helperEelco Dolstra
2022-02-25Remove std::string alias (for real this time)Eelco Dolstra
2022-02-04Make most calls to determinePos() lazyEelco Dolstra
2022-01-21forceValue: make pos mandatoryKevin Amado
2022-01-04Ensure that attrsets are sortedEelco Dolstra
2021-08-30TidyRobert Hensing
2021-08-29Force all Pos* to be non-nullRobert Hensing
2021-04-05Rename BuildableJohn Ericson
2021-04-05Use `BuildableReq` for `buildPaths` and `ensurePath`John Ericson
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