mirror of
https://github.com/NixOS/nix
synced 2025-06-27 04:21:16 +02:00
Make show-trace a config setting
This commit is contained in:
parent
d4dcffd643
commit
75b9670df6
2 changed files with 2 additions and 4 deletions
|
@ -193,9 +193,6 @@ LegacyArgs::LegacyArgs(const std::string & programName,
|
|||
mkFlag(0, "readonly-mode", "do not write to the Nix store",
|
||||
&settings.readOnlyMode);
|
||||
|
||||
mkFlag(0, "show-trace", "show Nix expression stack trace in evaluation errors",
|
||||
&settings.showTrace);
|
||||
|
||||
mkFlag(0, "no-gc-warning", "disable warning about not using '--add-root'",
|
||||
&gcWarning, false);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue