From 0bd3eb81498e376edf85095d901b1800545788a9 Mon Sep 17 00:00:00 2001 From: Andrea Ciceri Date: Wed, 21 Feb 2024 17:58:57 +0100 Subject: [PATCH] Empty `hercules-ci` caches --- modules/hercules-ci/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/hercules-ci/default.nix b/modules/hercules-ci/default.nix index 3e14e22..f2cc077 100644 --- a/modules/hercules-ci/default.nix +++ b/modules/hercules-ci/default.nix @@ -5,6 +5,7 @@ concurrentTasks = "auto"; clusterJoinTokenPath = config.age.secrets.hercules-ci-join-token.path; # binaryCachesPath = config.age.secrets.hercules-ci-binary-caches.path; + binaryCachesPath = builtins.toFile "binary-caches.json" "{}"; secretsJsonPath = config.age.secrets.hercules-ci-secrets-json.path; }; };