dotfiles.nix/cachix/mothbot.nix

12 lines
198 B
Nix
Raw Normal View History

2020-03-14 08:49:32 +00:00
{
nix = {
binaryCaches = [
"https://mothbot.cachix.org"
];
binaryCachePublicKeys = [
"mothbot.cachix.org-1:+frc2gaYS3tGHaHCeuwlWkBSR6xwskmCfvIX3YjMcV8="
];
};
}