From 5c5cb3b928ab4a4bd5fd3886fb40cb109d713347 Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 2 Apr 2023 13:50:39 -0400 Subject: add nix-community binary cache --- flake.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 4e430e8..f921bcf 100644 --- a/flake.nix +++ b/flake.nix @@ -1,4 +1,9 @@ { + nixConfig = { + extra-substituters = ["https://nix-community.cachix.org"]; + extra-trusted-public-keys = ["nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="]; + }; + inputs = { utils.url = "github:numtide/flake-utils"; naersk = { -- cgit v1.2.3