From 11c5bc3ff5e2ecdfd08f31ececb2090188e7ef26 Mon Sep 17 00:00:00 2001 From: Romain Paquet Date: Fri, 7 Feb 2025 00:40:03 +0100 Subject: [PATCH] add nix-community binary cache --- flake.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 5ffa805..fa214b2 100644 --- a/flake.nix +++ b/flake.nix @@ -156,8 +156,12 @@ }; nixConfig = { - substituters = [ + extra-substituters = [ "https://cache.nixos.org" + "https://nix-community.cachix.org" + ]; + extra-trusted-public-keys = [ + "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" ]; }; }