index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nix-instantiate
Age
Commit message (
Expand
)
Author
2024-05-29
util.hh: Delete remaining file and clean up headers
Tom Hubrecht
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 #8895 from hercules-ci/gc-before-stats
eldritch horrors
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
2022-08-23
Revert to `copyStore = true` for `nix-instantiate` and `nix-env`
Naïm Favier
2022-08-22
JSON: add missing newlines
Naïm Favier
2022-08-22
JSON: print paths as strings without copying them to the store
Naïm Favier
2022-04-21
store Symbols in a table as well, like positions
pennae
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
2021-11-15
Merge pull request #5428 from kreisys/add-pos-to-json-type-error
Domen Kožar
2021-11-13
toXML: display errors position
Kevin Amado
2021-10-27
nix-instantiate: pass pos in the `--eval --json` code path
Shay Bergmann
2021-10-25
toJSON: report error position for fancier output
Shay Bergmann
2021-07-27
nix-instantiate: Fix --eval-store
Eelco Dolstra
2021-07-22
Support --eval-store in nix-instantiate and nix-build
Eelco Dolstra
2021-02-24
Initialize plugins after handling initial command line flags
Shea Levy
2021-01-26
Move command plugin interface to libnixcmd
Shea Levy
2020-10-09
Split out `local-fs-store.hh`
John Ericson
2020-10-06
Remove static variable name clashes
Eelco Dolstra
2020-09-03
addPermRoot(): Remove indirect flag
Eelco Dolstra
2020-09-03
Remove the --indirect flag
Eelco Dolstra
2020-04-21
remove 'format' from Error constructor calls
Ben Burdette
2020-03-30
Remove global -I flags
Eelco Dolstra
2020-03-24
findAlongAttrPath(): Return position
Eelco Dolstra
2019-12-10
Make the Store API more type-safe
Eelco Dolstra
2018-10-26
Merge all nix-* binaries into nix
Eelco Dolstra
2018-06-12
Move EvalState from the stack to the heap
Eelco Dolstra
2018-03-16
nix-shell: allow symlinks to .drvs
Linus Heckemann
2018-02-08
Add plugins to make Nix more extensible.
Shea Levy
2018-01-16
Add pure evaluation mode
Eelco Dolstra
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
2017-07-26
nix-build/nix-shell: Eliminate call to nix-instantiate / nix-store
Eelco Dolstra
2017-07-03
Replace a few bool flags with enums
Eelco Dolstra
2017-05-16
Improve progress indicator
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-06-02
Allow setting the state directory as a store parameter
Eelco Dolstra
2016-04-25
Improved logging abstraction
Eelco Dolstra
2016-02-11
Move addPermRoot into Store
Eelco Dolstra
2016-02-04
StoreAPI -> Store
Eelco Dolstra
2016-02-04
Eliminate the "store" global variable
Eelco Dolstra
2015-10-29
int2String() -> std::to_string()
Eelco Dolstra
[next]