From 2802d1e9754aa6ab01fd43316733033412f8513c Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 24 Jun 2019 00:40:58 -0700 Subject: [PATCH] [NixOS] Add taffy to cachix binary caches --- nixos/cachix.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/cachix.nix b/nixos/cachix.nix index 40775b1a..23f7bef1 100644 --- a/nixos/cachix.nix +++ b/nixos/cachix.nix @@ -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" ]; };