dotfiles.nix/cachix/hercules-ci.nix

9 lines
191 B
Nix
Raw Normal View History

2020-01-03 06:05:19 +00:00
{
nix = {
2020-05-28 17:29:19 +00:00
binaryCaches = [ "https://hercules-ci.cachix.org" ];
2020-01-03 06:05:19 +00:00
binaryCachePublicKeys = [
"hercules-ci.cachix.org-1:ZZeDl9Va+xe9j+KqdzoBZMFJHVQ42Uu/c/1/KMC5Lw0="
];
};
}