From 06e165acdc191c145dc745ca0cc00af61f93543f Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Thu, 18 Jan 2024 23:17:36 +0530 Subject: [PATCH] cache order; works? --- nixos/caches/oss.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/caches/oss.nix b/nixos/caches/oss.nix index 2dca229..1e35eb7 100644 --- a/nixos/caches/oss.nix +++ b/nixos/caches/oss.nix @@ -6,7 +6,7 @@ ]; nix.settings.substituters = [ #"https://nix-community.cachix.org" - "https://nammayatri.cachix.org" - "https://cache.garnix.io" + "https://cache.garnix.io?priority=41" + "https://nammayatri.cachix.org?priority=42" ]; }