mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
fix(ci): change key to nixosConfigurations
This commit is contained in:
parent
89505a91cd
commit
dc1c82317c
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ with lib; {
|
|||
enabledHosts = ["hakurei" "tei" "mediabox" "reisen-ct"];
|
||||
in
|
||||
mapAttrs' (k: nameValuePair "${k}") (genAttrs enabledHosts (host: {
|
||||
tasks.${host}.inputs = channels.nixfiles.network.nodes.${host}.system.build.toplevel;
|
||||
tasks.${host}.inputs = channels.nixfiles.nixosConfigurations.${host}.system.build.toplevel;
|
||||
}));
|
||||
|
||||
ci.gh-actions.checkoutOptions.submodules = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue