[NixOS] Add waymonad cachix

This commit is contained in:
Ivan Malison 2019-07-10 13:35:54 -07:00
parent 8ffee3bc0f
commit c59da6de03
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -4,10 +4,12 @@
"https://cache.nixos.org/" "https://cache.nixos.org/"
"https://hie-nix.cachix.org" "https://hie-nix.cachix.org"
"https://taffy.cachix.org" "https://taffy.cachix.org"
"https://waymonad.cachix.org"
]; ];
binaryCachePublicKeys = [ binaryCachePublicKeys = [
"hie-nix.cachix.org-1:EjBSHzF6VmDnzqlldGXbi0RM3HdjfTU3yDRi9Pd0jTY=" "hie-nix.cachix.org-1:EjBSHzF6VmDnzqlldGXbi0RM3HdjfTU3yDRi9Pd0jTY="
"taffy.cachix.org-1:H0iiOGeXnLOAptADO4i3AiDIOladTcZYxXp+P0lOvHw=" "taffy.cachix.org-1:H0iiOGeXnLOAptADO4i3AiDIOladTcZYxXp+P0lOvHw="
"waymonad.cachix.org-1:Z4Nbjc3iYJNFZi0eAgzqLWFBuDRClAy1prZBv7eK64A="
]; ];
trustedUsers = [ "root" "imalison" "kat" ]; trustedUsers = [ "root" "imalison" "kat" ];
}; };