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