lix/src/libcmd
Malte Brandy bf2f25e3d8 respect print-missing variable in new-style build command
Currently nix-build prints the "printMissing" information by default,
nix build doesn’t.
People generally don‘t notice this because the standard log-format of
nix build would not display the printMissing
output long enough to perceive the information.

This addresses https://github.com/NixOS/nix/issues/6561
2022-06-06 21:15:31 +02:00
..
command.cc remove redundant 'debugMode' flag 2022-05-22 21:45:24 -06:00
command.hh back to ref<EvalState> in NixRepl 2022-05-25 10:21:20 -06:00
common-eval-args.cc Add shell completion for --override-flake 2022-03-07 12:01:54 +01:00
common-eval-args.hh Add shell completion for --override-flake 2022-03-07 12:01:54 +01:00
installables.cc respect print-missing variable in new-style build command 2022-06-06 21:15:31 +02:00
installables.hh resolve redundant priority passing, wrap NixInt in eval-cache variant 2022-05-16 15:17:35 +02:00
legacy.cc Move command plugin interface to libnixcmd 2021-01-26 06:22:24 -05:00
legacy.hh Move command plugin interface to libnixcmd 2021-01-26 06:22:24 -05:00
local.mk remove 'libnix' 2022-04-29 11:35:50 -06:00
markdown.cc renderMarkdownToTerminal(): Avoid line overflow 2022-05-06 13:14:49 +02:00
markdown.hh Move command plugin interface to libnixcmd 2021-01-26 06:22:24 -05:00
nix-cmd.pc.in Move command plugin interface to libnixcmd 2021-01-26 06:22:24 -05:00
repl.cc remove parens from repl help 2022-05-25 12:55:58 -06:00