From 7f0e165ae650d33a1c9c40c13af207fe919a26b6 Mon Sep 17 00:00:00 2001 From: Marty Sluijtman Date: Sun, 14 Jul 2024 23:06:51 +0200 Subject: [PATCH] New verbose flag --- src/bin/thaw | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = [