From 8e9cb0566b4df6d40296737f3a54d29a118c8387 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Wed, 3 Jul 2024 11:06:36 -0500 Subject: [PATCH] don't check cache that won't have main anyways --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 0fa15f0..c7ad736 100644 --- a/flake.nix +++ b/flake.nix @@ -56,13 +56,13 @@ "https://hyprland.cachix.org" "https://nixpkgs-wayland.cachix.org" "https://daylin.cachix.org" - "https://cache.lix.systems" + # "https://cache.lix.systems" ]; extra-trusted-public-keys = [ "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" "nixpkgs-wayland.cachix.org-1:3lwxaILxMRkVhehr5StQprHdEo4IrE8sRho9R9HOLYA=" "daylin.cachix.org-1:fLdSnbhKjtOVea6H9KqXeir+PyhO+sDSPhEW66ClE/k=" - "cache.lix.systems:aBnZUw8zA7H35Cz2RyKFVs3H4PlGTLawyY5KRbvJR8o=" + # "cache.lix.systems:aBnZUw8zA7H35Cz2RyKFVs3H4PlGTLawyY5KRbvJR8o=" ]; }; }