index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nix-env
/
nix-env.cc
Age
Commit message (
Expand
)
Author
2024-03-17
Delete hasPrefix and hasSuffix from the codebase
Jade Lovelace
2024-03-04
Merge pull request #9257 from Artturin/nixenvjsondrvpath
eldritch horrors
2024-03-04
Merge pull request #9289 from edolstra/fix-warnings
eldritch horrors
2024-03-04
Merge pull request #8895 from hercules-ci/gc-before-stats
eldritch horrors
2023-08-11
Merge pull request #8735 from obsidiansystems/defexpr
Robert Hensing
2023-08-10
Make the Derived Path family of types inductive for dynamic derivations
John Ericson
2023-08-02
Factor out `nix-defexpr` path computation
John Ericson
2023-06-19
Clean up a few things related to profiles (#8526)
John Ericson
2023-04-28
nix: Support the --repair flag
Eelco Dolstra
2023-04-24
Merge remote-tracking branch 'origin/master' into source-path
Eelco Dolstra
2023-04-21
Use `std::set<StringContextElem>` not `PathSet` for string contexts
John Ericson
2023-04-06
Backport SourcePath from the lazy-trees branch
Eelco Dolstra
2023-03-30
Split nix-env and nix-store documentation per-subcommand
Alexander Bantyev
2023-03-23
Factor out the generation of the profile/channel directory
Théophane Hufschmitt
2023-03-02
Remove FormatOrString and remaining uses of format()
Eelco Dolstra
2023-02-10
A setting to follow XDG Base Directory standard
Alexander Bantyev
2023-01-11
Remove default constructor from `OutputsSpec`
John Ericson
2022-12-13
Introduce AbstractPos
Eelco Dolstra
2022-11-16
Replace src/libutil/json.cc with nlohmann json generation
Yorick van Pelt
2022-08-19
nix-env: don't output incomplete JSON
Naïm Favier
2022-06-09
nix-env: A small std::move() optimization
Sidharth Kshatriya
2022-05-11
Stop the logger properly in legacy commands
Naïm Favier
2022-04-21
store Symbols in a table as well, like positions
pennae
2022-03-17
Merge pull request #6242 from ncfavier/print-output-names
Théophane Hufschmitt
2022-03-16
nix-env: print a final newline after JSON
Naïm Favier
2022-03-16
nix-env: always print output names in JSON and XML
Naïm Favier
2022-03-13
nix-env: Add a suggestion for when there's a name collision in channels
Artturin
2022-03-03
Use C++11-style initializer
Eelco Dolstra
2022-03-02
Add EvalState::coerceToStorePath() helper
Eelco Dolstra
2022-02-25
Remove std::string alias (for real this time)
Eelco Dolstra
2022-02-25
xml-writer: Remove std aliases
Eelco Dolstra
2022-02-21
Remove std::vector alias
Eelco Dolstra
2022-01-24
Do not suppress errors in nix-env from feedback by Eelco
Farid Zakaria
2022-01-15
Make queryJSON not bail immediately on an assertion or error
Farid Zakaria
2022-01-06
Check for `--meta` before emitting it for `--json`
Farid Zakaria
2022-01-06
Add outputs to JSON query
Farid Zakaria
2022-01-04
Remove non-method mk<X> functions
Eelco Dolstra
2022-01-04
Remove non-method mkString()
Eelco Dolstra
2022-01-04
Ensure that attrsets are sorted
Eelco Dolstra
2021-12-01
Merge branch 'nix-env-install-suggestions' of https://github.com/tweag/nix
Eelco Dolstra
2021-11-25
Support range-based for loop over list values
Eelco Dolstra
2021-11-19
Use warn to print a warning
Alex Shabalin
2021-11-18
Offer suggestions for nix-env -i
Alex Shabalin
2021-10-25
toJSON: report error position for fancier output
Shay Bergmann
2021-09-14
Fix quotes
Eelco Dolstra
2021-09-14
Add "nix profile rollback" command
Eelco Dolstra
2021-04-05
Rename Buildable
John Ericson
2021-04-05
Use `BuildableReq` for `buildPaths` and `ensurePath`
John Ericson
2021-02-24
Initialize plugins after handling initial command line flags
Shea Levy
2021-01-26
Move command plugin interface to libnixcmd
Shea Levy
[next]