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
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
2021-01-21
Improve error formatting
Eelco Dolstra
2021-01-08
string2Int(): Return std::optional
Eelco Dolstra
2020-12-17
Rename Value::normalType() -> Value::type()
Silvan Mosberger
2020-12-12
Use Value::normalType on all forced values instead of Value::type
Silvan Mosberger
2020-10-09
Split out `local-fs-store.hh`
John Ericson
2020-10-06
Remove static variable name clashes
Eelco Dolstra
2020-09-21
Don't include <regex> in header files
Eelco Dolstra
2020-09-03
createGeneration(): Take a StorePath
Eelco Dolstra
2020-07-23
Get rid of `basicDerivation::findOutput`
John Ericson
2020-07-16
Generations API cleanup
Eelco Dolstra
2020-06-24
convenience form of addTrace
Ben Burdette
2020-06-19
addErrorTrace
Ben Burdette
2020-06-16
Remove StorePath::clone() and related functions
Eelco Dolstra
2020-06-15
Remove trailing whitespace
Eelco Dolstra
2020-06-11
Merge remote-tracking branch 'upstream/master' into errors-phase-2
Ben Burdette
2020-06-08
Make the logger customisable
regnat
2020-06-02
elide the 'ErrorInfo' in logError and logWarning calls
Ben Burdette
2020-05-13
formatting and a few minor changes
Ben Burdette
2020-05-11
Merge branch 'master' into errors-phase-2
Ben Burdette
2020-05-03
convert some printError calls to logError
Ben Burdette
2020-04-28
Tweak warning message
Eelco Dolstra
2020-04-25
nix-env: refactor uninstallDerivations
Linus Heckemann
2020-04-21
remove 'format' from Error constructor calls
Ben Burdette
2020-03-30
Remove global -I flags
Eelco Dolstra
2020-03-24
Misc changes from the flakes branch
Eelco Dolstra
2020-03-24
findAlongAttrPath(): Return position
Eelco Dolstra
2020-03-14
display attr-path only when queried available
YI
2019-12-10
Make the Store API more type-safe
Eelco Dolstra
2019-11-22
getEnv(): Return std::optional
Eelco Dolstra
2019-10-10
nix-env: Ignore failures creating ~/.nix-profile and ~/.nix-defexpr
Eelco Dolstra
2019-10-09
nix-env: Create ~/.nix-defexpr automatically
Eelco Dolstra
2019-10-09
nix-env: Create ~/.nix-profile automatically
Eelco Dolstra
2019-10-09
OCD performance fix: {find,count}+insert => insert
Eelco Dolstra
2019-07-27
Add pname and version to nix-env -q --json
Tom McLaughlin
[next]