1
0
Fork 0
nixos-config/cachix/hercules-ci.nix

12 lines
206 B
Nix
Raw Normal View History

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