1
0
mirror of https://github.com/kmein/niveum synced 2026-03-20 20:01:08 +01:00
This commit is contained in:
Kierán Meinhardt
2019-04-18 17:12:47 +02:00
parent 14d7a53ef2
commit ff488465c7
6 changed files with 29 additions and 25 deletions

View File

@@ -81,8 +81,9 @@ in {
niveum-deploy() {
for system in "$@"; do
eval $(nix-build ~niveum/deploy.nix -A "$system")
eval $(nix-build ~niveum/deploy.nix -A "$system") &
done
wait
}
'';
promptInit = ''