We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d20711 commit 561355cCopy full SHA for 561355c
README.md
@@ -26,6 +26,12 @@ complete example.
26
```nix
27
{
28
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
+ };
35
inputs = {
36
nixpkgs.url = "github:NixOS/nixpkgs/nixos-22.11";
37
raspberry-pi-nix.url = "github:tstat/raspberry-pi-nix";
0 commit comments