From c59da6de0368e944b77c02d09fa45f8681a7cdf1 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Wed, 10 Jul 2019 13:35:54 -0700 Subject: [PATCH] [NixOS] Add waymonad cachix --- nixos/cachix.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/cachix.nix b/nixos/cachix.nix index 23f7bef1..069c2cc9 100644 --- a/nixos/cachix.nix +++ b/nixos/cachix.nix @@ -4,10 +4,12 @@ "https://cache.nixos.org/" "https://hie-nix.cachix.org" "https://taffy.cachix.org" + "https://waymonad.cachix.org" ]; binaryCachePublicKeys = [ "hie-nix.cachix.org-1:EjBSHzF6VmDnzqlldGXbi0RM3HdjfTU3yDRi9Pd0jTY=" "taffy.cachix.org-1:H0iiOGeXnLOAptADO4i3AiDIOladTcZYxXp+P0lOvHw=" + "waymonad.cachix.org-1:Z4Nbjc3iYJNFZi0eAgzqLWFBuDRClAy1prZBv7eK64A=" ]; trustedUsers = [ "root" "imalison" "kat" ]; };