Skip to content
This repository was archived by the owner on Dec 2, 2024. It is now read-only.

Commit ad98cab

Browse files
committed
Updated the Nix cache information in the README
1 parent 7f5a094 commit ad98cab

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.adoc

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,9 @@ To set up the cache:
192192
. On non-NixOS, edit `/etc/nix/nix.conf` and add the following lines:
193193
+
194194
----
195-
substituters = https://hydra.iohk.io https://iohk.cachix.org https://cache.nixos.org/
196-
trusted-public-keys = hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ= iohk.cachix.org-1:DpRUyj7h7V830dp/i6Nti+NEO2/nhblbov/8MW7Rqoo= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
195+
substituters = https://hydra.iohk.io https://cache.nixos.org/
196+
trusted-public-keys = hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
197+
extra-experimental-features = nix-command flakes
197198
----
198199
+
199200
[NOTE]
@@ -205,8 +206,8 @@ You must be a https://nixos.org/nix/manual/#ssec-multi-user[trusted user] to do
205206
+
206207
----
207208
nix = {
208-
binaryCaches = [ "https://hydra.iohk.io" "https://iohk.cachix.org" ];
209-
binaryCachePublicKeys = [ "hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=" "iohk.cachix.org-1:DpRUyj7h7V830dp/i6Nti+NEO2/nhblbov/8MW7Rqoo=" ];
209+
binaryCaches = [ "https://hydra.iohk.io" "https://cache.iog.io" ];
210+
binaryCachePublicKeys = [ "hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=" ];
210211
};
211212
----
212213

0 commit comments

Comments
 (0)