diff --git a/ci/flake-cron.nix b/ci/flake-cron.nix index 36d2218c..94feda0a 100644 --- a/ci/flake-cron.nix +++ b/ci/flake-cron.nix @@ -98,7 +98,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 enabledHosts [ "daiyousei" "shinmyoumaru" ]; + filteredHosts = subtractLists [ "daiyousei" "shinmyoumaru" ] enabledHosts; hostBuildString = concatMapStringsSep " && " (host: "nix build -Lf . network.nodes.${host}.deploy.system -o result-${host} && nix-collect-garbage -d") filteredHosts; in '' diff --git a/config/tf b/config/tf index 6e0d0ff4..3914af34 160000 --- a/config/tf +++ b/config/tf @@ -1 +1 @@ -Subproject commit 6e0d0ff4116d3d94d47e6a4ca46da71b50225b7e +Subproject commit 3914af34fe7597af88d452b7081e7af371253cd4 diff --git a/flake.lock b/flake.lock index ba702ffc..ea91d9aa 100644 --- a/flake.lock +++ b/flake.lock @@ -385,11 +385,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1637534296, - "narHash": "sha256-Z/kBY/Ckcl7ZKao/1RUrSGBCokCZVnB8aQPrzo8FMhs=", + "lastModified": 1637535555, + "narHash": "sha256-so/DSxQGItHwiYb5V5/N2W0PL4pwzmz/WevDYp5Q3P8=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "25e036ff5d2c9cd9382bbb1bbe0d929950c1449f", + "rev": "0f115f6c46f5428749b061aa4155e3b04742c1ae", "type": "github" }, "original": {