idk
This commit is contained in:
parent
cd2e482f5a
commit
a7b68c2a79
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue