From 02ae4f69a68c6db3e92873bd9d3f4ae184b723b3 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Wed, 30 Oct 2024 10:16:13 +0100 Subject: [PATCH] Remove the binary cache for conduwuit for now as it seems to be down --- nixos/shared/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/nixos/shared/default.nix b/nixos/shared/default.nix index a845b75..1138ad2 100644 --- a/nixos/shared/default.nix +++ b/nixos/shared/default.nix @@ -43,14 +43,12 @@ "https://nix-community.cachix.org" "https://nixpkgs-unfree.cachix.org" "https://0uptime.cachix.org" - "https://attic.kennel.juneis.dog/conduit" ]; trusted-public-keys = [ "cache.lix.systems:aBnZUw8zA7H35Cz2RyKFVs3H4PlGTLawyY5KRbvJR8o=" "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" "nixpkgs-unfree.cachix.org-1:hqvoInulhbV4nJ9yJOEr+4wxhDV4xq2d1DK7S6Nj6rs=" "0uptime.cachix.org-1:ctw8yknBLg9cZBdqss+5krAem0sHYdISkw/IFdRbYdE=" - "conduit:eEKoUwlQGDdYmAI/Q/0slVlegqh/QmAvQd7HBSm21Wk=" ]; }; };