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