aboutsummaryrefslogtreecommitdiff
path: root/src/libcmd/command.cc
AgeCommit message (Expand)Author
2021-09-27nix path-info -r: Don't duplicate the root pathsEelco Dolstra
2021-09-27run(): MoveEelco Dolstra
2021-09-15add cout debuggingBen Burdette
2021-09-13printEnvPosChainBen Burdette
2021-08-25adding all the value names from env.values[0]Ben Burdette
2021-08-24print env bindingsBen Burdette
2021-08-18env to bindingsBen Burdette
2021-08-17moving towards env in exceptionsBen Burdette
2021-08-09trying env args; but unecessary?Ben Burdette
2021-07-22Use eval-store in more placesEelco Dolstra
2021-07-22Support --eval-store in nix-instantiate and nix-buildEelco Dolstra
2021-07-22Add --eval-store optionEelco Dolstra
2021-07-01Prefer to throw specific errorsPamplemousse
2021-05-17Enfore the use of properly built paths in libcmdregnat
2021-05-12DerivedPathWithHints -> BuiltPathregnat
2021-05-03debugger on autoCallFunction errorBen Burdette
2021-04-28move repl.cc to libcmd for linkageBen Burdette
2021-04-27Merge branch 'master' into debugger-mergeBen Burdette
2021-04-05Make `DerivedPathWithHints` a newtypeJohn Ericson
2021-04-05Rename BuildableJohn Ericson
2021-02-12Deeper `Command` hierarchy to remove redundancyJohn Ericson
2021-01-28Add a new Cmd type working on RealisedPathsregnat
2021-01-26Move command plugin interface to libnixcmdShea Levy