From b97cc4415af427cfe735144bedc2a2370b0611b8 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Sun, 30 Jul 2023 14:17:04 +0800 Subject: [PATCH] flake.nix: update list of caches for flake config --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index d8e58322..db6c7aa0 100644 --- a/flake.nix +++ b/flake.nix @@ -3,9 +3,9 @@ nixConfig = { extra-substituters = - "https://nix-community.cachix.org"; + "https://nix-community.cachix.org https://foo-dogsquared.cachix.org"; extra-trusted-public-keys = - "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="; + "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= foo-dogsquared.cachix.org-1:/2fmqn/gLGvCs5EDeQmqwtus02TUmGy0ZlAEXqRE70E="; }; inputs = {