Open yajo opened 2 years ago
Running nixos deploy without --show-trace shows a trace if deployment has some error. Always. Possibly coming from here: https://github.com/NixOS/nixops/blob/bd6b955053b1bc1893c10e0a559be852a71e7f80/nixops/evaluation.py#L101
nixos deploy
--show-trace
it's a bad thing to have a trace if deployment failed ?
It is, if --show-trace was not added by the user. Usually a shorter message is more helpful if it shows the important source of the error.
Running
nixos deploy
without--show-trace
shows a trace if deployment has some error. Always. Possibly coming from here: https://github.com/NixOS/nixops/blob/bd6b955053b1bc1893c10e0a559be852a71e7f80/nixops/evaluation.py#L101