From 1e0bf9dad992b12ce864a9f00de7daa68009b31f Mon Sep 17 00:00:00 2001 From: cy Date: Sun, 5 Jan 2025 18:28:05 -0500 Subject: [PATCH] extra substituters --- flake.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/flake.nix b/flake.nix index a3a6726..bbb92a6 100644 --- a/flake.nix +++ b/flake.nix @@ -30,13 +30,10 @@ nixConfig = { extra-substituters = [ - # "https://cache.cything.io/" - "https://nix-community.cachix.org" - "https://cache.nixos.org/" + "https://cache.cything.io/" ]; extra-trusted-public-keys = [ "cache.cything.io:4NhyCpZuroY7+JP18m1wkAgJGb6WL0jrtx2Bgrvdtow=" - "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" ]; builders-use-substitutes = true; };