From 434ee97ab3131923d036a05e37c764f497e81c82 Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Wed, 19 Jul 2023 21:42:27 +0200 Subject: [PATCH] flake: offer nix-community cache as a suggested substituter As we use Hercules CI with nix-community builder, our CI sends the stuff there all the time. Now, let's make everyone benefit from it. --- flake.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/flake.nix b/flake.nix index 57ef11c..2944070 100644 --- a/flake.nix +++ b/flake.nix @@ -1,4 +1,11 @@ { + nixConfig.extra-substituters = [ + "https://nix-community.cachix.org" + ]; + nixConfig.extra-trusted-public-keys = [ + "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" + ]; + description = "Lanzaboote: Secure Boot for NixOS"; inputs = {