clan-cli: Add --show-trace to nix build and nixos-rebuild commands

This commit is contained in:
Qubasa
2024-08-12 22:27:39 +02:00
parent c85fc7cb58
commit 7f0604f86e
2 changed files with 3 additions and 0 deletions

View File

@@ -109,6 +109,7 @@ def deploy_machine(machines: MachineGroup) -> None:
cmd = [
"nixos-rebuild",
"switch",
"--show-trace",
"--fast",
"--option",
"keep-going",