From a8a7f60a7c087e1b13a2baf6dbd7b4d17492600e Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Sat, 22 Apr 2023 14:10:30 +0800 Subject: [PATCH] config: remove Helix Cachix Nix cache --- flake.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/flake.nix b/flake.nix index 8a871033..917dabb6 100644 --- a/flake.nix +++ b/flake.nix @@ -181,12 +181,10 @@ substituters = [ "https://nix-community.cachix.org" "https://foo-dogsquared.cachix.org" - "https://helix.cachix.org" ]; trusted-public-keys = [ "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" "foo-dogsquared.cachix.org-1:/2fmqn/gLGvCs5EDeQmqwtus02TUmGy0ZlAEXqRE70E=" - "helix.cachix.org-1:ejp9KQpR1FBI2onstMQ34yogDm4OgU2ru6lIwPvuCVs=" ]; # Sane config for the package manager.