1
0
mirror of https://github.com/kmein/niveum synced 2026-03-21 20:31:07 +01:00

update to 19.03

This commit is contained in:
Kierán Meinhardt
2019-04-22 22:40:41 +02:00
parent 9d28068dfe
commit 3139bebd0f
15 changed files with 89 additions and 41 deletions

View File

@@ -39,13 +39,6 @@
mkdir $1
cd $1
}
niveum-deploy() {
for system in "$@"; do
eval $(nix-build --no-out-link ~niveum/deploy.nix -A "$system") &
done
wait
}
'';
promptInit = ''
autoload -Uz vcs_info