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:
parent
c758cdad46
commit
434ee97ab3
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in New Issue