index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nix-env
/
user-env.cc
Age
Commit message (
Expand
)
Author
2023-04-06
Backport SourcePath from the lazy-trees branch
Eelco Dolstra
2023-03-02
Remove FormatOrString and remaining uses of format()
Eelco Dolstra
2023-01-19
Revert "Revert "Merge pull request #6204 from layus/coerce-string""
Guillaume Maudoux
2023-01-18
Revert "Merge pull request #6204 from layus/coerce-string"
Robert Hensing
2022-04-29
Merge remote-tracking branch 'origin/master' into coerce-string
Guillaume Maudoux
2022-04-21
store Symbols in a table as well, like positions
pennae
2022-04-21
replace most Pos objects/ptrs with indexes into a position table
pennae
2022-03-22
Don't hide repeated values while generating manifest.nix
Eelco Dolstra
2022-03-18
Merge remote-tracking branch 'origin/master' into coerce-string
Guillaume Maudoux
2022-03-16
nix-env: always print output names in JSON and XML
Naïm Favier
2022-03-04
Add detailed error mesage for coerceTo{String,Path}
Guillaume Maudoux
2022-03-02
Add EvalState::coerceToStorePath() helper
Eelco Dolstra
2022-02-25
Remove std::string alias (for real this time)
Eelco Dolstra
2022-02-04
Make most calls to determinePos() lazy
Eelco Dolstra
2022-01-21
forceValue: make pos mandatory
Kevin Amado
2022-01-04
Ensure that attrsets are sorted
Eelco Dolstra
2021-08-30
Tidy
Robert Hensing
2021-08-29
Force all Pos* to be non-null
Robert Hensing
2021-04-05
Rename Buildable
John Ericson
2021-04-05
Use `BuildableReq` for `buildPaths` and `ensurePath`
John Ericson
2020-12-30
Fix insufficent attribute capacity in user profile
David McFarland
2020-10-09
Split out `local-fs-store.hh`
John Ericson
2020-09-03
createGeneration(): Take a StorePath
Eelco Dolstra
2020-06-16
Remove StorePath::clone() and related functions
Eelco Dolstra
2020-05-13
change status messages to info level
Ben Burdette
2020-05-03
convert some printError calls to logError
Ben Burdette
2020-04-03
nix-env: Refuse to operate on a new-style profile
Eelco Dolstra
2020-03-11
Move some corepkgs into the nix binary
Eelco Dolstra
2019-12-10
Make the Store API more type-safe
Eelco Dolstra
2017-07-30
Replace Unicode quotes in user-facing strings by ASCII
Jörg Thalheim
2017-07-20
Add "nix search" command
Eelco Dolstra
2016-11-26
Revert "Get rid of unicode quotes (#1140)"
Eelco Dolstra
2016-11-25
Get rid of unicode quotes (#1140)
Guillaume Maudoux
2016-09-21
printMsg(lvlError, ...) -> printError(...) etc.
Eelco Dolstra
2016-06-02
Allow setting the state directory as a store parameter
Eelco Dolstra
2016-05-04
Cleanup: Remove singleton()
Eelco Dolstra
2016-02-23
nix-env: respect meta.outputsToInstall
Vladimír Čunát
2016-02-04
Eliminate the "store" global variable
Eelco Dolstra
2015-07-23
Optimize small lists
Eelco Dolstra
2015-07-17
OCD: foreach -> C++11 ranged for
Eelco Dolstra
2014-09-19
Store Attrs inside Bindings
Eelco Dolstra
2014-08-20
Use proper quotes everywhere
Eelco Dolstra
2014-04-04
Show position info in string concatenation / addition errors
Eelco Dolstra
2014-03-11
Fix passing meta attribute to buildenv.nix
Eelco Dolstra
2014-02-18
Add a flag ‘--check’ to verify build determinism
Eelco Dolstra
2013-11-22
Add missing #include
Eelco Dolstra
2013-11-19
Check meta values and warn about bad ones
Eelco Dolstra
2013-11-19
Generalise meta attributes
Eelco Dolstra
2013-11-19
Drop support for user environment manifests in ATerm format
Eelco Dolstra
2012-12-04
nix-env: Install all outputs of a derivation
Eelco Dolstra
[next]