From 984fd2f69c3b770d09cfe9e227502647deecba0c Mon Sep 17 00:00:00 2001 From: kat witch Date: Tue, 4 Jan 2022 05:26:10 +0000 Subject: [PATCH] Change for CI not to build medicine on cron --- ci/flake-cron.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/flake-cron.nix b/ci/flake-cron.nix index 01eac2cc..af45ca64 100644 --- a/ci/flake-cron.nix +++ b/ci/flake-cron.nix @@ -94,7 +94,7 @@ with lib; { targets = main.deploy.targets; enabledTargets = filterAttrs (_: v: v.enable) main.deploy.targets; enabledHosts = concatLists (mapAttrsToList (targetName: target: target.nodeNames) enabledTargets); - filteredHosts = subtractLists [ "daiyousei" "shinmyoumaru" ] enabledHosts; + filteredHosts = subtractLists [ "daiyousei" "shinmyoumaru" "medicine" ] enabledHosts; hostBuildString = concatMapStringsSep " && " (host: "nix build -Lf . network.nodes.${host}.deploy.system -o result-${host} && nix-collect-garbage -d") filteredHosts; in ''