Merge branch 'master' of github.com:IvanMalison/dotfiles

This commit is contained in:
2019-06-24 15:36:04 -07:00

View File

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