mirror of
https://github.com/nix-community/raspberry-pi-nix.git
synced 2025-11-08 19:46:03 +01:00
add my kernel build cache url
This commit is contained in:
parent
c2388c307b
commit
5024cc20e2
1 changed files with 2 additions and 1 deletions
|
|
@ -27,9 +27,10 @@ complete example.
|
||||||
{
|
{
|
||||||
description = "raspberry-pi-nix example";
|
description = "raspberry-pi-nix example";
|
||||||
nixConfig = {
|
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 = [
|
extra-trusted-public-keys = [
|
||||||
"raspberry-pi-nix.cachix.org-1:WmV2rdSangxW0rZjY/tBvBDSaNFQ3DyEQsVw8EvHn9o="
|
"raspberry-pi-nix.cachix.org-1:WmV2rdSangxW0rZjY/tBvBDSaNFQ3DyEQsVw8EvHn9o="
|
||||||
|
"adminy.cachix.org-1:xgrsLa9L9VCdTbY5dMDqtcl6qBFHA9U56SgEJosNbFc=""
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
inputs = {
|
inputs = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue