Skip to content

Commit e27335d

Browse files
committed
Use Attic cache in flake nixConfig
1 parent d4d4736 commit e27335d

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

flake.nix

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,12 @@
33

44
nixConfig = {
55
extra-substituters = [
6-
"https://blocksense.cachix.org"
7-
"https://mcl-blockchain-packages.cachix.org"
8-
"https://mcl-public-cache.cachix.org"
6+
"https://cache.metacraft-labs.com/blocksense-public"
7+
"https://cache.metacraft-labs.com/metacraft-public"
98
];
109
extra-trusted-public-keys = [
11-
"blocksense.cachix.org-1:BGg+LtKwTRIBw3BxCWEV//IO7v6+5CiJVSGzBOQUY/4="
12-
"mcl-blockchain-packages.cachix.org-1:qoEiUyBgNXmgJTThjbjO//XA9/6tCmx/OohHHt9hWVY="
13-
"mcl-public-cache.cachix.org-1:OcUzMeoSAwNEd3YCaEbNjLV5/Gd+U5VFxdN2WGHfpCI="
10+
"blocksense-public:OOgTc0ye1FONCiVHMrbpScc/HP+lX3uoU0EfwzX6ypE="
11+
"metacraft-public:UtS6PK+p0uZaJK3i/jD2DQOjTpddhQUQmNQDQih5N4Q="
1412
];
1513
};
1614

0 commit comments

Comments
 (0)