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

catullus: proverb bot, autorenkalender bot

This commit is contained in:
Kierán Meinhardt
2019-04-14 23:39:05 +02:00
parent 11e322e275
commit 470eba7c8e
7 changed files with 68 additions and 7 deletions

View File

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