mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
feat(hakurei): new ct
This commit is contained in:
parent
3e277a645f
commit
aaa372bced
18 changed files with 491 additions and 286 deletions
|
|
@ -95,7 +95,7 @@ in {
|
|||
displayName = "flake update build";
|
||||
environment = ["CACHIX_SIGNING_KEY" "GITHUB_REF"];
|
||||
command = let
|
||||
filteredHosts = [ "tewi" "tei" "mediabox" ];
|
||||
filteredHosts = [ "hakurei" "tei" "mediabox" ];
|
||||
gcBetweenHosts = false;
|
||||
nodeBuildString = concatMapStringsSep " && " (node: "nix build -Lf . network.nodes.${node}.system.build.toplevel -o result-${node}" + optionalString gcBetweenHosts " && nix-collect-garbage -d") filteredHosts;
|
||||
in ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue