Skip to content

Commit 15bf10a

Browse files
authored
Suggest extra- settings in tutorial (input-output-hk#2059)
1 parent 668eb55 commit 15bf10a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tutorials/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ You can configure Nix to use our binary cache, which is pushed to by CI, so shou
1717
You need to add the following sections to `/etc/nix/nix.conf` or, if you are a trusted user, `~/.config/nix/nix.conf` (if you don't know what a "trusted user" is, you probably want to do the former). `[...]` denote any existing entries.
1818

1919
```
20-
trusted-public-keys = [...] hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ= [...]
21-
substituters = [...] https://cache.iog.io [...]
20+
extra-trusted-public-keys = [...] hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ= [...]
21+
extra-substituters = [...] https://cache.iog.io [...]
2222
```
2323

2424
If you're running NixOS, you need to add/update the following in your `/etc/nixos/configuration.nix` files instead.

0 commit comments

Comments
 (0)