From 4c337e79093c915a2310bffd96d7d10cfd617b86 Mon Sep 17 00:00:00 2001 From: Daniel Firth <dan.firth@homotopic.tech> Date: Mon, 13 Mar 2023 10:51:58 +0000 Subject: [PATCH] flake.nix: add nixConfig with cachix substituters --- flake.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/flake.nix b/flake.nix index 8d2d290..2ddeb33 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,11 @@ { description = "horizon-plutus overlay"; + nixConfig = { + extra-substituters = "https://horizon.cachix.org"; + extra-trusted-public-keys = "horizon.cachix.org-1:MeEEDRhRZTgv/FFGCv3479/dmJDfJ82G6kfUDxMSAw0="; + }; + inputs = { get-flake.url = "github:ursi/get-flake"; horizon-platform.url = "git+https://gitlab.homotopic.tech/horizon/horizon-platform"; -- GitLab