Skip to content

Commit af16d2c

Browse files
fix(flake): note caches
Signed-off-by: Cameron Smith <[email protected]>
1 parent 7466b95 commit af16d2c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

flake.nix

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,19 @@
4141
git-hooks.flake = false;
4242
};
4343

44+
nixConfig = {
45+
extra-trusted-public-keys = [
46+
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
47+
"pyproject-nix.cachix.org-1:UNzugsOlQIu2iOz0VyZNBQm2JSrL/kwxeCcFGw+jMe0="
48+
"sciexp.cachix.org-1:HaliIGqJrFN7CDrzYVHqWS4uSISorWAY1bWNmNl8T08="
49+
];
50+
extra-substituters = [
51+
"https://nix-community.cachix.org"
52+
"https://pyproject-nix.cachix.org"
53+
"https://sciexp.cachix.org"
54+
];
55+
};
56+
4457
outputs =
4558
inputs@{
4659
self,

0 commit comments

Comments
 (0)