aboutsummaryrefslogtreecommitdiff
path: root/src/nix/why-depends.cc
AgeCommit message (Expand)Author
2024-08-08tree-wide: fix a pile of lintsJade Lovelace
2024-07-01tree-wide: unify progress bar inactive and paused statesAlois Wohlschlager
2024-03-25Overhaul completions, redo #6693 (#8131)John Ericson
2023-08-04nix/why-depends: fix output of `--precise`Maximilian Bosch
2023-02-04Scope down `--derivation` to just the commands that use itJohn Ericson
2023-01-02Fix why-depends for CA derivations (again)Théophane Hufschmitt
2023-01-02Revert "Fix why-depends for CA derivations"Théophane Hufschmitt
2022-11-23add explanation and testTaeer Bar-Yam
2022-11-23Fix why-depends for CA derivationsTaeer Bar-Yam
2022-03-02Move installables-related operationsEelco Dolstra
2022-02-28Merge pull request #6072 from Ma27/fix-nix-why-depends-non-preciseThéophane Hufschmitt
2022-02-25Remove std::string alias (for real this time)Eelco Dolstra
2022-02-10nix/why-depends: fix output when not using `--precise`Maximilian Bosch
2022-01-21Improve the description of the `--precise` optionThéophane Hufschmitt
2022-01-19Make `nix why-depends` quieter by defaultregnat
2022-01-14Start the pager early-enough in `nix why-depends`regnat
2021-12-20Add shell completion for why-dependsNaïm Favier
2021-07-22Use eval-store in more placesEelco Dolstra
2021-01-13Convert option descriptions to MarkdownEelco Dolstra
2020-12-21Add 'nix why-depends' manpageEelco Dolstra
2020-10-09Merge remote-tracking branch 'upstream/master' into fix-and-ci-static-buildsJohn Ericson
2020-10-06Remove static variable name clashesEelco Dolstra
2020-09-25stdout_ -> coutJohn Ericson
2020-07-30Merge remote-tracking branch 'origin/master' into fix-and-ci-static-buildsMatthew Bauer
2020-07-16Merge remote-tracking branch 'origin/flakes'Eelco Dolstra
2020-07-15nix why-depends: Fix shortest path calculationEelco Dolstra
2020-07-15nix: Fix examplesEelco Dolstra
2020-07-15nix: Add --derivation flag to operate on .drv pathsEelco Dolstra
2020-07-15nix why-depends: Fix misleading messageEelco Dolstra
2020-07-15Clean up RealiseModeEelco Dolstra
2020-06-29Rename logging->stdout to logging->stdout_Matthew Bauer
2020-06-17Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2020-06-16Remove StorePath::clone() and related functionsEelco Dolstra
2020-06-16StorePath: Rewrite in C++Eelco Dolstra
2020-05-05Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2020-05-05nix --help: Group commandsEelco Dolstra
2020-05-04Flag: Use designated initializersEelco Dolstra
2020-04-16Use Logger::stdout()Eelco Dolstra
2020-04-16Use Logger::stdout()Eelco Dolstra
2020-03-24Pretty-print 'nix why-depends' / 'nix-store -q --tree' outputEelco Dolstra
2020-02-14Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2020-02-13Prevent uninitialized StorePath creationEelco Dolstra
2020-01-31Use light box drawing symbolsEelco Dolstra
2020-01-31nix flake list-inputs: Pretty-print the treeEelco Dolstra
2019-12-11Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2019-12-10Make the Store API more type-safeEelco Dolstra
2019-12-05Make subcommand construction in MultiCommand lazyEelco Dolstra
2019-06-18Make subcommand construction in MultiCommand lazyEelco Dolstra
2019-04-08nix: Make -f work for compatibilityEelco Dolstra
2018-07-03nix why-depends: render output into $PAGERMaximilian Bosch