[NixOS] Add taffy to cachix binary caches

This commit is contained in:
Ivan Malison 2019-06-24 00:40:58 -07:00
parent a4c784a947
commit 2802d1e975
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -3,9 +3,11 @@
binaryCaches = [ binaryCaches = [
"https://cache.nixos.org/" "https://cache.nixos.org/"
"https://hie-nix.cachix.org" "https://hie-nix.cachix.org"
"https://taffy.cachix.org"
]; ];
binaryCachePublicKeys = [ binaryCachePublicKeys = [
"hie-nix.cachix.org-1:EjBSHzF6VmDnzqlldGXbi0RM3HdjfTU3yDRi9Pd0jTY=" "hie-nix.cachix.org-1:EjBSHzF6VmDnzqlldGXbi0RM3HdjfTU3yDRi9Pd0jTY="
"taffy.cachix.org-1:H0iiOGeXnLOAptADO4i3AiDIOladTcZYxXp+P0lOvHw="
]; ];
trustedUsers = [ "root" "imalison" "kat" ]; trustedUsers = [ "root" "imalison" "kat" ];
}; };