aboutsummaryrefslogtreecommitdiff
path: root/src/nix-env/nix-env.cc
AgeCommit message (Expand)Author
2024-07-12Use std::strong_ordering for version comparisonJade Lovelace
2024-07-08libexpr: stop lying about DrvInfo's constnessQyriad
2024-06-17libexpr: pass Exprs as references, not pointerseldritch horrors
2024-05-29util.{hh,cc}: Split out users.{hh,cc}Tom Hubrecht
2024-03-17Delete hasPrefix and hasSuffix from the codebaseJade Lovelace
2024-03-04Merge pull request #9257 from Artturin/nixenvjsondrvpatheldritch horrors
2024-03-04Merge pull request #9289 from edolstra/fix-warningseldritch horrors
2024-03-04Merge pull request #8895 from hercules-ci/gc-before-statseldritch horrors
2023-08-11Merge pull request #8735 from obsidiansystems/defexprRobert Hensing
2023-08-10Make the Derived Path family of types inductive for dynamic derivationsJohn Ericson
2023-08-02Factor out `nix-defexpr` path computationJohn Ericson
2023-06-19Clean up a few things related to profiles (#8526)John Ericson
2023-04-28nix: Support the --repair flagEelco Dolstra
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-30Split nix-env and nix-store documentation per-subcommandAlexander Bantyev
2023-03-23Factor out the generation of the profile/channel directoryThéophane Hufschmitt
2023-03-02Remove FormatOrString and remaining uses of format()Eelco Dolstra
2023-02-10A setting to follow XDG Base Directory standardAlexander Bantyev
2023-01-11Remove default constructor from `OutputsSpec`John Ericson
2022-12-13Introduce AbstractPosEelco Dolstra
2022-11-16Replace src/libutil/json.cc with nlohmann json generationYorick van Pelt
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-21store Symbols in a table as well, like positionspennae
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-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-01-24Do not suppress errors in nix-env from feedback by EelcoFarid Zakaria
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