From 3e56aea47d9dbc291a08699bb8b98ebee51ce746 Mon Sep 17 00:00:00 2001 From: foo-dogsquared Date: Mon, 3 Jan 2022 17:29:49 +0800 Subject: [PATCH] Add my binary cache for my own packages --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 741669f9..9259635b 100644 --- a/flake.nix +++ b/flake.nix @@ -79,9 +79,10 @@ # Set several binary caches. nix = { - binaryCaches = [ "https://nix-community.cachix.org" ]; + binaryCaches = [ "https://nix-community.cachix.org" "https://foo-dogsquared.cachix.org" ]; binaryCachePublicKeys = [ "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" + "foo-dogsquared.cachix.org-1:/2fmqn/gLGvCs5EDeQmqwtus02TUmGy0ZlAEXqRE70E=" ]; };