This repository was archived by the owner on Dec 2, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff 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----
207208nix = {
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
You can’t perform that action at this time.
0 commit comments