13 lines
199 B
Nix
13 lines
199 B
Nix
|
|
||
|
{
|
||
|
nix = {
|
||
|
binaryCaches = [
|
||
|
"https://cyplo.cachix.org"
|
||
|
];
|
||
|
binaryCachePublicKeys = [
|
||
|
"cyplo.cachix.org-1:6cmlYl6tQ1eidsjU2tw6uGN2hmzQ+P5uiQhuo6d1P5o="
|
||
|
];
|
||
|
|
||
|
};
|
||
|
}
|
||
|
|