mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
idk deploy fuckery
This commit is contained in:
parent
e2752d1926
commit
e6747e848e
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ with pkgs.lib;
|
|||
''
|
||||
#!${pkgs.runtimeShell}
|
||||
export PATH=
|
||||
nix build ${concatMapStringsSep " " (host: builtins.unsafeDiscardStringContext host.config.system.build.toplevel.drvPath) hosts}
|
||||
${concatMapStrings (host: ''
|
||||
echo "deploying ${host.config.networking.hostName}..."
|
||||
${host.config.system.build.deployScript} $1 &
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue