From 5024cc20e2c2e4f66812841bdfb2f7ad4b8a310f Mon Sep 17 00:00:00 2001 From: adminy Date: Wed, 19 Jun 2024 00:32:04 +0100 Subject: [PATCH] add my kernel build cache url --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 38ec325..ed1ee21 100644 --- a/README.md +++ b/README.md @@ -27,9 +27,10 @@ complete example. { description = "raspberry-pi-nix example"; nixConfig = { - extra-substituters = [ "https://raspberry-pi-nix.cachix.org" ]; + extra-substituters = [ "https://raspberry-pi-nix.cachix.org" https://adminy.cachix.org ]; extra-trusted-public-keys = [ "raspberry-pi-nix.cachix.org-1:WmV2rdSangxW0rZjY/tBvBDSaNFQ3DyEQsVw8EvHn9o=" + "adminy.cachix.org-1:xgrsLa9L9VCdTbY5dMDqtcl6qBFHA9U56SgEJosNbFc="" ]; }; inputs = {