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
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
2018-10-26
Merge all nix-* binaries into nix
Eelco Dolstra
2018-09-17
nix-env: Fix segfault if -f argument is not a directory or a Nix expression
Eelco Dolstra
2018-05-31
Merge pull request #767 from mogorman/garbage_collect_keep_last_few
Peter Simons
2018-05-02
Fix some random -Wconversion warnings
Eelco Dolstra
2018-03-01
Update nix-env.cc
Matt O'Gorman
2018-03-01
this updates issues that were addressed by people in pr
Matthew O'Gorman
2018-03-01
Implement --delete-generations + flag for keeping last N number of generations
Matthew O'Gorman
2018-02-08
Add plugins to make Nix more extensible.
Shea Levy
2017-10-24
nix: Respect -I, --arg, --argstr
Eelco Dolstra
2017-07-30
Replace Unicode quotes in user-facing strings by ASCII
Jörg Thalheim
[next]