From e8d350b9a31805a21793c9b6ef5d0058bc81ca55 Mon Sep 17 00:00:00 2001 From: Max Date: Fri, 31 Mar 2023 16:03:03 +0200 Subject: [PATCH] cluster/services/hercules-ci-multi-agent: remove custom agent package --- cluster/services/hercules-ci-multi-agent/orgs/max.nix | 1 - cluster/services/hercules-ci-multi-agent/orgs/nixpak.nix | 1 - cluster/services/hercules-ci-multi-agent/orgs/private-void.nix | 1 - 3 files changed, 3 deletions(-) diff --git a/cluster/services/hercules-ci-multi-agent/orgs/max.nix b/cluster/services/hercules-ci-multi-agent/orgs/max.nix index 55c360d..701101d 100644 --- a/cluster/services/hercules-ci-multi-agent/orgs/max.nix +++ b/cluster/services/hercules-ci-multi-agent/orgs/max.nix @@ -2,7 +2,6 @@ { services.hercules-ci-agents.max = { - package = lib.mkForce depot.packages.hercules-ci-agent; settings = { clusterJoinTokenPath = config.age.secrets.hci-token-max.path; binaryCachesPath = config.age.secrets.hci-cache-config-max.path; diff --git a/cluster/services/hercules-ci-multi-agent/orgs/nixpak.nix b/cluster/services/hercules-ci-multi-agent/orgs/nixpak.nix index ac0087e..6e732ef 100644 --- a/cluster/services/hercules-ci-multi-agent/orgs/nixpak.nix +++ b/cluster/services/hercules-ci-multi-agent/orgs/nixpak.nix @@ -2,7 +2,6 @@ { services.hercules-ci-agents.nixpak = { - package = lib.mkForce depot.packages.hercules-ci-agent; settings = { clusterJoinTokenPath = config.age.secrets.hci-token-nixpak.path; binaryCachesPath = config.age.secrets.hci-cache-config-nixpak.path; diff --git a/cluster/services/hercules-ci-multi-agent/orgs/private-void.nix b/cluster/services/hercules-ci-multi-agent/orgs/private-void.nix index 9cbffc4..5264e14 100644 --- a/cluster/services/hercules-ci-multi-agent/orgs/private-void.nix +++ b/cluster/services/hercules-ci-multi-agent/orgs/private-void.nix @@ -7,7 +7,6 @@ group = "hci-private-void"; }; services.hercules-ci-agents.private-void = { - package = lib.mkForce depot.packages.hercules-ci-agent; settings = { clusterJoinTokenPath = config.age.secrets.hci-token-private-void.path; binaryCachesPath = config.age.secrets.hci-cache-config-private-void.path;