This commit is contained in:
Nox Sluijtman 2024-06-06 22:24:54 +02:00
parent cd2e482f5a
commit a7b68c2a79
Signed by: Egg
SSH key fingerprint: SHA256:2sG9X3C7Xvq2svGumz1/k7cm8l4G9+qAtAeugqB4J9M

View file

@ -25,9 +25,9 @@ def main [
let command = [ let command = [
"nixos-rebuild" "nixos-rebuild"
$command $command
$buildOnMachine
$"--flake .#($machine)" $"--flake .#($machine)"
$pushToMachine $pushToMachine
$buildOnMachine
$printBuildLogs $printBuildLogs
] | filter {|| $in | is-not-empty} | str join " " ] | filter {|| $in | is-not-empty} | str join " "
^bash -c $command ^bash -c $command