feat(reimu): new container

This commit is contained in:
arcnmx 2024-01-27 20:16:54 -08:00
parent 196dc999db
commit 1cb5fd9285
7 changed files with 168 additions and 3 deletions

View file

@ -12,7 +12,7 @@
'';
nf-actions-test = pkgs.writeShellScriptBin "nf-actions-test" ''
set -eu
for host in hakurei tei mediabox ct; do
for host in hakurei reimu tei mediabox ct; do
nix run --argstr config "$NF_CONFIG_ROOT/ci/nodes.nix" -f '${inputs.ci}' job.$host.test
done
'';