From a86f8b5d503ee03bc93a853bbabae3a22a9e1668 Mon Sep 17 00:00:00 2001 From: Jake Stanger Date: Wed, 17 Apr 2024 21:38:51 +0100 Subject: [PATCH] build(nix): update substituters to use garnix cache --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 25655d7..31ce218 100644 --- a/flake.nix +++ b/flake.nix @@ -209,7 +209,7 @@ }; }; nixConfig = { - extra-substituters = ["https://jakestanger.cachix.org"]; - extra-trusted-public-keys = ["jakestanger.cachix.org-1:VWJE7AWNe5/KOEvCQRxoE8UsI2Xs2nHULJ7TEjYm7mM="]; + extra-substituters = ["https://cache.garnix.io"]; + extra-trusted-public-keys = ["cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="]; }; }