From 2e456e2ad0c70391d40e73bbcf94f8c153b4f8da Mon Sep 17 00:00:00 2001 From: Arya Irani <538571+aryairani@users.noreply.github.com> Date: Mon, 7 Aug 2023 10:53:52 -0400 Subject: [PATCH] remove cache.iog.io Some of the packages had invalid signatures for darwin --- flake.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 16e0d2acf..06f5967bf 100644 --- a/flake.nix +++ b/flake.nix @@ -1,9 +1,8 @@ { description = "Unison"; nixConfig = { - extra-substituters = [ "https://cache.iog.io" "https://unison.cachix.org" ]; + extra-substituters = [ "https://unison.cachix.org" ]; extra-trusted-public-keys = [ - "hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=" "unison.cachix.org-1:i1DUFkisRPVOyLp/vblDsbsObmyCviq/zs6eRuzth3k=" ]; };