mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
fix(ci): test all systems
This commit is contained in:
parent
2cc89e56da
commit
0b4d0a77ab
3 changed files with 191 additions and 3 deletions
|
|
@ -59,8 +59,7 @@ with lib; {
|
|||
};
|
||||
|
||||
jobs = let
|
||||
main = import ../.;
|
||||
enabledHosts = ["tewi"];
|
||||
enabledHosts = ["tewi" "tei" "mediabox" "reisen-ct"];
|
||||
in
|
||||
mapAttrs' (k: nameValuePair "${k}") (genAttrs enabledHosts (host: {
|
||||
tasks.${host}.inputs = channels.nixfiles.network.nodes.${host}.system.build.toplevel;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue