summaryrefslogtreecommitdiffstats
path: root/src/nix-instantiate
AgeCommit message (Expand)Author
2020-10-09Split out `local-fs-store.hh`John Ericson
2020-10-06Remove static variable name clashesEelco Dolstra
2020-09-03addPermRoot(): Remove indirect flagEelco Dolstra
2020-09-03Remove the --indirect flagEelco Dolstra
2020-04-21remove 'format' from Error constructor callsBen Burdette
2020-03-30Remove global -I flagsEelco Dolstra
2020-03-24findAlongAttrPath(): Return positionEelco Dolstra
2019-12-10Make the Store API more type-safeEelco Dolstra
2018-10-26Merge all nix-* binaries into nixEelco Dolstra
2018-06-12Move EvalState from the stack to the heapEelco Dolstra
2018-03-16nix-shell: allow symlinks to .drvsLinus Heckemann
2018-02-08Add plugins to make Nix more extensible.Shea Levy
2018-01-16Add pure evaluation modeEelco Dolstra
2017-10-24nix: Respect -I, --arg, --argstrEelco Dolstra
2017-07-30Replace Unicode quotes in user-facing strings by ASCIIJörg Thalheim
2017-07-26nix-build/nix-shell: Eliminate call to nix-instantiate / nix-storeEelco Dolstra
2017-07-03Replace a few bool flags with enumsEelco Dolstra
2017-05-16Improve progress indicatorEelco Dolstra
2016-11-26Revert "Get rid of unicode quotes (#1140)"Eelco Dolstra
2016-11-25Get rid of unicode quotes (#1140)Guillaume Maudoux
2016-06-02Allow setting the state directory as a store parameterEelco Dolstra
2016-04-25Improved logging abstractionEelco Dolstra
2016-02-11Move addPermRoot into StoreEelco Dolstra
2016-02-04StoreAPI -> StoreEelco Dolstra
2016-02-04Eliminate the "store" global variableEelco Dolstra
2015-10-29int2String() -> std::to_string()Eelco Dolstra
2015-07-17OCD: foreach -> C++11 ranged forEelco Dolstra
2015-05-06nix-env/nix-instantiate/nix-build: Support URIsEelco Dolstra
2015-05-05Allow URLs in the Nix search pathEelco Dolstra
2015-03-19Fix Boehm API violationEelco Dolstra
2014-12-12Remove canary stuffEelco Dolstra
2014-09-22Rename strictForceValue -> forceValueDeepEelco Dolstra
2014-09-19Store Attrs inside BindingsEelco Dolstra
2014-09-17Add some instrumentation for debugging GC leaksEelco Dolstra
2014-08-20Use proper quotes everywhereEelco Dolstra
2014-08-13Refactor option handlingEelco Dolstra
2014-06-27Style fixEelco Dolstra
2014-06-27Add `--json` argument to `nix-instantiate`Paul Colomiets
2014-05-26Ensure that -I flags get included in nixPathEelco Dolstra
2014-05-13nix-instantiate --eval: Apply auto-arguments if the result is a functionEelco Dolstra
2014-02-19nix-instantiate: Allow --dry-run as a synonym for --readonly-modeEelco Dolstra
2014-02-19nix-instantiate: Rename --eval-only to --eval, --parse-only to --parseEelco Dolstra
2014-02-19nix-instantiate: Add a flag --expr / -E to read expressions from the command ...Eelco Dolstra
2014-02-07nix-instantiate --eval-only --read-write-mode: Don't depend on orderingShea Levy
2014-02-07Rename --no-readonly-mode --read-write-modeShea Levy
2014-02-07nix-instantiate: Add a --no-readonly-mode flagShea Levy
2014-02-01Remove AutomakefilesEelco Dolstra
2014-02-01Update Makefile variable namesEelco Dolstra
2014-01-30Rename Makefile -> local.mkEelco Dolstra
2014-01-09Update MakefilesEelco Dolstra