diff --git a/src/bin/thaw b/src/bin/thaw index 687b759..4141304 100755 --- a/src/bin/thaw +++ b/src/bin/thaw @@ -4,7 +4,7 @@ def main [ --machine(-m): string # Machine flake to build --build-on-machine(-b) # Whether to build it on the given machine --push-to-machine(-p) # Whether or not to push the result to the given machine - --print-build-logs(-L) # Print full build logs on standard error. + --verbose(-V) # Print full build logs on standard error. command # 'nixos-rebuild' command to execute ] { let buildOnMachine = if $build_on_machine { @@ -16,7 +16,7 @@ def main [ } let printBuildLogs = if $print_build_logs { - $"-L" + $"--verbose" } let command = [