Merge pull request #208 from nix-community/flake/cache

flake: offer nix-community cache as a suggested substituter
This commit is contained in:
nikstur 2023-07-19 21:49:42 +02:00 committed by GitHub
commit bfc8826663
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 = {