aboutsummaryrefslogtreecommitdiff
path: root/src/nix-env
AgeCommit message (Expand)Author
2023-01-02Merge remote-tracking branch 'origin/master' into coerce-stringEelco Dolstra
2022-12-13Introduce AbstractPosEelco Dolstra
2022-11-16Replace src/libutil/json.cc with nlohmann json generationYorick van Pelt
2022-09-07WIP: broken merge but need a git checkpointGuillaume Maudoux
2022-08-19nix-env: don't output incomplete JSONNaïm Favier
2022-06-09nix-env: A small std::move() optimizationSidharth Kshatriya
2022-05-11Stop the logger properly in legacy commandsNaïm Favier
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-17Merge pull request #6242 from ncfavier/print-output-namesThéophane Hufschmitt
2022-03-16nix-env: print a final newline after JSONNaïm Favier
2022-03-16nix-env: always print output names in JSON and XMLNaïm Favier
2022-03-13nix-env: Add a suggestion for when there's a name collision in channelsArtturin
2022-03-04Add detailed error mesage for coerceTo{String,Path}Guillaume Maudoux
2022-03-03Use C++11-style initializerEelco Dolstra
2022-03-02Add EvalState::coerceToStorePath() helperEelco Dolstra
2022-02-25Remove std::string alias (for real this time)Eelco Dolstra
2022-02-25xml-writer: Remove std aliasesEelco Dolstra
2022-02-21Remove std::vector aliasEelco Dolstra
2022-02-04Make most calls to determinePos() lazyEelco Dolstra
2022-02-04Merge branch 'issue-3505' of https://github.com/kamadorueda/nixEelco Dolstra
2022-01-24Do not suppress errors in nix-env from feedback by EelcoFarid Zakaria
2022-01-21forceValue: make pos mandatoryKevin Amado
2022-01-15Make queryJSON not bail immediately on an assertion or errorFarid Zakaria
2022-01-06Check for `--meta` before emitting it for `--json`Farid Zakaria
2022-01-06Add outputs to JSON queryFarid Zakaria
2022-01-04Remove non-method mk<X> functionsEelco Dolstra
2022-01-04Remove non-method mkString()Eelco Dolstra
2022-01-04Ensure that attrsets are sortedEelco Dolstra
2021-12-01Merge branch 'nix-env-install-suggestions' of https://github.com/tweag/nixEelco Dolstra
2021-11-25Support range-based for loop over list valuesEelco Dolstra
2021-11-19Use warn to print a warningAlex Shabalin
2021-11-18Offer suggestions for nix-env -iAlex Shabalin
2021-10-25toJSON: report error position for fancier outputShay Bergmann
2021-09-14Fix quotesEelco Dolstra
2021-09-14Add "nix profile rollback" commandEelco 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
2021-02-24Initialize plugins after handling initial command line flagsShea Levy
2021-01-26Move command plugin interface to libnixcmdShea Levy
2021-01-21Improve error formattingEelco Dolstra
2021-01-08string2Int(): Return std::optionalEelco Dolstra
2020-12-30Fix insufficent attribute capacity in user profileDavid McFarland
2020-12-17Rename Value::normalType() -> Value::type()Silvan Mosberger
2020-12-12Use Value::normalType on all forced values instead of Value::typeSilvan Mosberger