12 lines
198 B
Nix
12 lines
198 B
Nix
|
|
||
|
{
|
||
|
nix = {
|
||
|
binaryCaches = [
|
||
|
"https://mothbot.cachix.org"
|
||
|
];
|
||
|
binaryCachePublicKeys = [
|
||
|
"mothbot.cachix.org-1:+frc2gaYS3tGHaHCeuwlWkBSR6xwskmCfvIX3YjMcV8="
|
||
|
];
|
||
|
};
|
||
|
}
|
||
|
|