Skip to content
This repository was archived by the owner on Mar 23, 2025. It is now read-only.

Commit 00eb75b

Browse files
committed
add cachix config to flake.nix
1 parent 628e512 commit 00eb75b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

flake.nix

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,12 @@
9292
uboot-rpi-arm64 = pinned.uboot-rpi-arm64;
9393
} // kernels;
9494
};
95+
96+
nixConfig = {
97+
extra-substituters = [ "https://nix-community.cachix.org" ];
98+
extra-trusted-public-keys = [
99+
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
100+
];
101+
};
102+
95103
}

0 commit comments

Comments
 (0)