1
0
Fork 0
nixos-config/cachix/hercules-ci.nix
2019-09-14 14:04:51 +02:00

12 lines
206 B
Nix

{
nix = {
binaryCaches = [
"https://hercules-ci.cachix.org"
];
binaryCachePublicKeys = [
"hercules-ci.cachix.org-1:ZZeDl9Va+xe9j+KqdzoBZMFJHVQ42Uu/c/1/KMC5Lw0="
];
};
}