dotfiles.nix/cachix/nix-tools.nix

8 lines
183 B
Nix
Raw Normal View History

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