CI: Heresy

This commit is contained in:
kat witch 2021-11-21 23:14:49 +00:00 committed by kat
parent db0d51794c
commit f1ab64c173
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
3 changed files with 5 additions and 5 deletions

View file

@ -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
''

@ -1 +1 @@
Subproject commit 6e0d0ff4116d3d94d47e6a4ca46da71b50225b7e
Subproject commit 3914af34fe7597af88d452b7081e7af371253cd4

6
flake.lock generated
View file

@ -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": {