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
2024-05-29
Remove 100s of CPU time (10%) from build times (1465s -> 1302s)
Jade Lovelace
2024-05-29
util.hh: Delete remaining file and clean up headers
Tom Hubrecht
2024-05-29
util.{hh,cc}: Split out users.{hh,cc}
Tom Hubrecht
2024-04-29
refactor some nix-env and profile code to libcmd
Qyriad
2024-04-08
Format Nix code with `nixfmt`
Rebecca Turner
2024-03-17
Delete hasPrefix and hasSuffix from the codebase
Jade Lovelace
2024-03-09
Unify and refactor value printing
eldritch horrors
2024-03-04
Merge pull request #9582 from pennae/misc-opts
eldritch horrors
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-31
Ensure all headers have `#pragma once` and are in API docs
John Ericson
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-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
[next]