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; }; };