Skip to content

Commit 561355c

Browse files
committed
add cache to example
1 parent 4d20711 commit 561355c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ complete example.
2626
```nix
2727
{
2828
description = "raspberry-pi-nix example";
29+
nixConfig = {
30+
extra-substituters = [ "https://raspberry-pi-nix.cachix.org" ];
31+
extra-trusted-public-keys = [
32+
"raspberry-pi-nix.cachix.org-1:WmV2rdSangxW0rZjY/tBvBDSaNFQ3DyEQsVw8EvHn9o="
33+
];
34+
};
2935
inputs = {
3036
nixpkgs.url = "github:NixOS/nixpkgs/nixos-22.11";
3137
raspberry-pi-nix.url = "github:tstat/raspberry-pi-nix";

0 commit comments

Comments
 (0)