Files
dotfiles/modules/cachix/natto1784.nix
2022-10-27 01:33:17 +05:30

12 lines
198 B
Nix

{
nix = {
binaryCaches = [
"https://natto1784.cachix.org"
];
binaryCachePublicKeys = [
"natto1784.cachix.org-1:DbCN+AvnAVEm2N1RDDv0vzLheX6U6gfzoCzNOYrZ3NQ="
];
};
}