Configured binary cache for Hercules CI

This commit is contained in:
Andrea Ciceri 2023-06-19 22:18:53 +02:00
parent 5e9020533b
commit 563d6f296e
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg
4 changed files with 5 additions and 3 deletions

View file

@ -8,9 +8,8 @@
settings = {
concurrentTasks = 8;
clusterJoinTokenPath = config.age.secrets.hercules-ci-join-token.path;
# Don't need using private caches, if I would ever need remember to use agenix!
binaryCachesPath = pkgs.writeText "binary-caches-path" (builtins.toJSON {});
# secretsJsonPath = config.hci-secrets.hci-mlabs-haskell.target;
binaryCachesPath = config.age.secrets.hercules-ci-binary-caches.path;
# secretsJsonPath = config.hercules-ci-secrets.path;
};
};
}