dotfiles.nix/cachix/nix-tools.nix

12 lines
202 B
Nix
Raw Normal View History

2020-01-03 06:05:19 +00:00
{
nix = {
binaryCaches = [
"https://nix-tools.cachix.org"
];
binaryCachePublicKeys = [
"nix-tools.cachix.org-1:ebBEBZLogLxcCvipq2MTvuHlP7ZRdkazFSQsbs0Px1A="
];
};
}