From 1f63d1dced9d59a8f6f2f2009c0a020b6e3738c4 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Mon, 29 Apr 2024 19:56:40 -0400 Subject: [PATCH] Revert "temp disable of local cache" This reverts commit fc387871fa67ec5977c756b1d4829768cee15733. Signed-off-by: ahuston-0 --- flake.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.nix b/flake.nix index 2604d12..7e85d89 100644 --- a/flake.nix +++ b/flake.nix @@ -4,14 +4,14 @@ nixConfig = { substituters = [ "https://cache.nixos.org/?priority=1&want-mass-query=true" - # "https://attic.alicehuston.xyz/cache-nix-dot?priority=4&want-mass-query=true" - # "https://cache.alicehuston.xyz/?priority=5&want-mass-query=true" + "https://attic.alicehuston.xyz/cache-nix-dot?priority=4&want-mass-query=true" + "https://cache.alicehuston.xyz/?priority=5&want-mass-query=true" "https://nix-community.cachix.org/?priority=10&want-mass-query=true" ]; trusted-substituters = [ "https://cache.nixos.org" - # "https://attic.alicehuston.xyz/cache-nix-dot" - # "https://cache.alicehuston.xyz" + "https://attic.alicehuston.xyz/cache-nix-dot" + "https://cache.alicehuston.xyz" "https://nix-community.cachix.org" ]; trusted-public-keys = [