aboutsummaryrefslogtreecommitdiff
path: root/src/nix-instantiate
AgeCommit message (Expand)Author
2024-05-29util.hh: Delete remaining file and clean up headersTom Hubrecht
2024-03-09Unify and refactor value printingeldritch horrors
2024-03-04Merge pull request #9582 from pennae/misc-optseldritch horrors
2024-03-04Merge pull request #8895 from hercules-ci/gc-before-statseldritch horrors
2023-04-28nix: Support the --repair flagEelco Dolstra
2023-04-24Merge remote-tracking branch 'origin/master' into source-pathEelco Dolstra
2023-04-21Use `std::set<StringContextElem>` not `PathSet` for string contextsJohn Ericson
2023-04-06Backport SourcePath from the lazy-trees branchEelco Dolstra
2022-08-23Revert to `copyStore = true` for `nix-instantiate` and `nix-env`Naïm Favier
2022-08-22JSON: add missing newlinesNaïm Favier
2022-08-22JSON: print paths as strings without copying them to the storeNaïm Favier
2022-04-21store Symbols in a table as well, like positionspennae
2022-03-02Add EvalState::coerceToStorePath() helperEelco Dolstra
2022-02-25Remove std::string alias (for real this time)Eelco Dolstra
2022-02-04Make most calls to determinePos() lazyEelco Dolstra
2022-01-21forceValue: make pos mandatoryKevin Amado
2021-11-15Merge pull request #5428 from kreisys/add-pos-to-json-type-errorDomen Kožar
2021-11-13toXML: display errors positionKevin Amado
2021-10-27nix-instantiate: pass pos in the `--eval --json` code pathShay Bergmann
2021-10-25toJSON: report error position for fancier outputShay Bergmann
2021-07-27nix-instantiate: Fix --eval-storeEelco Dolstra
2021-07-22Support --eval-store in nix-instantiate and nix-buildEelco Dolstra
2021-02-24Initialize plugins after handling initial command line flagsShea Levy
2021-01-26Move command plugin interface to libnixcmdShea Levy
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