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 = [
"nixos-rebuild"
$command
$buildOnMachine
$"--flake .#($machine)"
$pushToMachine
$buildOnMachine
$printBuildLogs
] | filter {|| $in | is-not-empty} | str join " "
^bash -c $command