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
2020-03-30
Remove global -I flags
Eelco Dolstra
2020-02-07
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
2015-07-17
OCD: foreach -> C++11 ranged for
Eelco Dolstra
2015-05-06
nix-env/nix-instantiate/nix-build: Support URIs
Eelco Dolstra
2015-05-05
Allow URLs in the Nix search path
Eelco Dolstra
2015-03-19
Fix Boehm API violation
Eelco Dolstra
2014-12-12
Remove canary stuff
Eelco Dolstra
2014-09-22
Rename strictForceValue -> forceValueDeep
Eelco Dolstra
2014-09-19
Store Attrs inside Bindings
Eelco Dolstra
2014-09-17
Add some instrumentation for debugging GC leaks
Eelco Dolstra
2014-08-20
Use proper quotes everywhere
Eelco Dolstra
2014-08-13
Refactor option handling
Eelco Dolstra
2014-06-27
Style fix
Eelco Dolstra
2014-06-27
Add `--json` argument to `nix-instantiate`
Paul Colomiets
2014-05-26
Ensure that -I flags get included in nixPath
Eelco Dolstra
2014-05-13
nix-instantiate --eval: Apply auto-arguments if the result is a function
Eelco Dolstra
2014-02-19
nix-instantiate: Allow --dry-run as a synonym for --readonly-mode
Eelco Dolstra
2014-02-19
nix-instantiate: Rename --eval-only to --eval, --parse-only to --parse
Eelco Dolstra
2014-02-19
nix-instantiate: Add a flag --expr / -E to read expressions from the command ...
Eelco Dolstra
2014-02-07
nix-instantiate --eval-only --read-write-mode: Don't depend on ordering
Shea Levy
2014-02-07
Rename --no-readonly-mode --read-write-mode
Shea Levy
2014-02-07
nix-instantiate: Add a --no-readonly-mode flag
Shea Levy
2014-02-01
Remove Automakefiles
Eelco Dolstra
2014-02-01
Update Makefile variable names
Eelco Dolstra
2014-01-30
Rename Makefile -> local.mk
Eelco Dolstra
2014-01-09
Update Makefiles
Eelco Dolstra
2013-11-25
Rename Makefile.new -> Makefile
Eelco Dolstra
2013-11-22
Rename $(here) to $(d) for brevity, and remove trailing slash
Eelco Dolstra
2013-11-22
New non-recursive, plain Make-based build system
Eelco Dolstra
2013-11-19
Generalise meta attributes
Eelco Dolstra
2013-09-03
Work on Values instead of Exprs
Eelco Dolstra
[next]