aboutsummaryrefslogtreecommitdiff
path: root/src/libcmd
AgeCommit message (Expand)Author
2022-04-08trace stack, not call stackBen Burdette
2022-04-08clean up makefilesBen Burdette
2022-04-08minor cleanupBen Burdette
2022-04-08remove 'debugError', dead codeBen Burdette
2022-04-08move throw to preverve Error type; turn off debugger for tryEvalBen Burdette
2022-04-07Merge remote-tracking branch 'upstream/master' into upstream-mergeBen Burdette
2022-04-07in debugger mode, print the current error when another repl returns.Ben Burdette
2022-04-07newline before envBen Burdette
2022-04-07free valmap on exitBen Burdette
2022-04-06show expr pos if DebugTrace one is noPosBen Burdette
2022-03-31show 'with' bindings as well as staticBen Burdette
2022-03-28load debug trace staticenv on 'show'Ben Burdette
2022-03-28debugTraceIndexBen Burdette
2022-03-28nix profile install: Don't use queryDerivationOutputMap()Eelco Dolstra
2022-03-25add DebugTrace for errorBen Burdette
2022-03-22nix edit: support kakouneHideaki Kawai
2022-03-16nix: allow using --file - to read from stdinArtturin
2022-03-16formattingBen Burdette
2022-03-14have only one debuggerHook declarationBen Burdette
2022-03-09BuildResult: Use DerivedPathEelco Dolstra
2022-03-08Add Store::buildPathsWithResults()Eelco Dolstra
2022-03-07Also display suggestions for the commands using the eval cacheregnat
2022-03-07Implement a suggestions mechanismregnat
2022-03-02Add EvalState::coerceToStorePath() helperEelco Dolstra
2022-03-02nix profile: Support CA derivationsEelco Dolstra
2022-03-02Move installables-related operationsEelco Dolstra
2022-02-22Replace defaultBla.$system with bla.$system.defaultEelco Dolstra
2022-02-15quit repl from step modeBen Burdette
2022-02-14make an 'info' level error on breakBen Burdette
2022-02-14InstallableFlake: Default attr paths cleanupEelco Dolstra
2022-02-11parseInstallables(): Don't try the flake attr path prefixes when no fragment ...Eelco Dolstra
2022-02-04link changeBen Burdette
2022-02-04Merge branch 'master' into debug-stepBen Burdette
2022-02-04print value in breakBen Burdette
2022-02-03Allow missing flake.nix for --override-input targetMatthew Bauer
2022-02-04Make most calls to determinePos() lazyEelco Dolstra
2022-02-04Merge branch 'issue-3505' of https://github.com/kamadorueda/nixEelco Dolstra
2022-02-03break() primop; step and go debug commandsBen Burdette
2022-01-30use LOWDOWN_LIBS variableThomas Koch
2022-01-21forceAttrs: make pos mandatoryKevin Amado
2022-01-21forceValue: make pos mandatoryKevin Amado
2022-01-18Add Installable::toDrvPaths()Eelco Dolstra
2022-01-18Add command 'nix store copy-log'Eelco Dolstra
2022-01-18Factor out --from / --to logicEelco Dolstra
2022-01-08clear screen and show top debug traceBen Burdette
2022-01-08optinoal error; compilesBen Burdette
2022-01-07add env to DebugTraceBen Burdette
2022-01-05revert value-addBen Burdette
2022-01-05add colors; remove headingsBen Burdette
2022-01-03merge cleanupBen Burdette