From 162b544249bbf6a2a62ccfb8c3763e1afa280e20 Mon Sep 17 00:00:00 2001 From: Zuckerberg Date: Sun, 30 Apr 2023 09:13:49 -0600 Subject: [PATCH] Set binary cache priority --- common/binary-cache.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common/binary-cache.nix b/common/binary-cache.nix index 9015695..531c386 100644 --- a/common/binary-cache.nix +++ b/common/binary-cache.nix @@ -4,13 +4,13 @@ nix = { settings = { substituters = [ - "http://s0.koi-bebop.ts.net:5000" - "https://nix-community.cachix.org" "https://cache.nixos.org/" + "https://nix-community.cachix.org" + "http://s0.koi-bebop.ts.net:5000" ]; trusted-public-keys = [ - "s0.koi-bebop.ts.net:OjbzD86YjyJZpCp9RWaQKANaflcpKhtzBMNP8I2aPUU=" "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" + "s0.koi-bebop.ts.net:OjbzD86YjyJZpCp9RWaQKANaflcpKhtzBMNP8I2aPUU=" ]; }; };