index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nix-env
Age
Commit message (
Expand
)
Author
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-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
2023-01-11
Remove default constructor from `OutputsSpec`
John Ericson
2023-01-02
Merge remote-tracking branch 'origin/master' into coerce-string
Eelco Dolstra
2022-12-13
Introduce AbstractPos
Eelco Dolstra
2022-11-16
Replace src/libutil/json.cc with nlohmann json generation
Yorick van Pelt
2022-09-07
WIP: broken merge but need a git checkpoint
Guillaume Maudoux
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-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-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-04
Add detailed error mesage for coerceTo{String,Path}
Guillaume Maudoux
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-02-04
Make most calls to determinePos() lazy
Eelco Dolstra
2022-02-04
Merge branch 'issue-3505' of https://github.com/kamadorueda/nix
Eelco Dolstra
2022-01-24
Do not suppress errors in nix-env from feedback by Eelco
Farid Zakaria
2022-01-21
forceValue: make pos mandatory
Kevin Amado
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-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
2021-02-24
Initialize plugins after handling initial command line flags
Shea Levy
[next]