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.
This commit is contained in:
Raito Bezarius 2023-07-19 21:42:27 +02:00
parent c758cdad46
commit 434ee97ab3
1 changed files with 7 additions and 0 deletions

View File

@ -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"; description = "Lanzaboote: Secure Boot for NixOS";
inputs = { inputs = {