From 9cd3799ee905a4ad5e34c26f3e43b535d5a2f7ef Mon Sep 17 00:00:00 2001 From: seth Date: Sat, 19 Aug 2023 13:42:28 -0400 Subject: remove garnix cache --- flake.nix | 2 -- 1 file changed, 2 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index c5c9192..12d3a48 100644 --- a/flake.nix +++ b/flake.nix @@ -4,12 +4,10 @@ nixConfig = { extra-substituters = [ "https://getchoo.cachix.org" # personal cache - "https://cache.garnix.io" # garnix cache "https://nix-community.cachix.org" # nix-community ]; extra-trusted-public-keys = [ "getchoo.cachix.org-1:ftdbAUJVNaFonM0obRGgR5+nUmdLMM+AOvDOSx0z5tE=" - "cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g=" "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" ]; }; -- cgit v1.2.3