From 2b1ad2a2b731e3030e51b730047e4a4e8bee1037 Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Tue, 3 Dec 2024 20:13:39 -0500 Subject: [PATCH] fixed substituters --- common/global/nix.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common/global/nix.nix b/common/global/nix.nix index ac5625d..d625df6 100644 --- a/common/global/nix.nix +++ b/common/global/nix.nix @@ -17,9 +17,9 @@ in { "https://nix-community.cachix.org" ]; substituters = [ - "https://cache.nixos.org" - "https://cache.tmmworkshop.com" - "https://nix-community.cachix.org" + "https://cache.nixos.org/?priority=1&want-mass-query=true" + "https://cache.tmmworkshop.com/?priority=1&want-mass-query=true" + "https://nix-community.cachix.org/?priority=10&want-mass-query=true" ]; trusted-public-keys = [ "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="