mirror of
https://github.com/nix-community/raspberry-pi-nix.git
synced 2025-11-08 11:36:04 +01:00
add cachix config to flake.nix
This commit is contained in:
parent
628e512d60
commit
00eb75badb
1 changed files with 8 additions and 0 deletions
|
|
@ -92,4 +92,12 @@
|
|||
uboot-rpi-arm64 = pinned.uboot-rpi-arm64;
|
||||
} // kernels;
|
||||
};
|
||||
|
||||
nixConfig = {
|
||||
extra-substituters = [ "https://nix-community.cachix.org" ];
|
||||
extra-trusted-public-keys = [
|
||||
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||
];
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue