Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

Commit

Permalink
[DEVOPS-976] update binary cache instructions for nix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
disassembler committed Jul 26, 2018
1 parent d86e334 commit c631f62
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions docs/exchange-onboarding.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,9 @@ go faster.

sudo mkdir -p /etc/nix
cat <<EOF | sudo tee /etc/nix/nix.conf
binary-caches = https://cache.nixos.org https://hydra.iohk.io
binary-cache-public-keys = hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=
substituters = https://hydra.iohk.io https://cache.nixos.org/
trusted-substituters =
trusted-public-keys = hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
EOF

## Miscellaneous Utilities
Expand Down
5 changes: 3 additions & 2 deletions docs/how-to/build-cardano-sl-and-daedalus-from-source-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,9 @@ Two steps remain, then:

..and then add two following lines:

binary-caches = https://cache.nixos.org https://hydra.iohk.io
binary-cache-public-keys = hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=
substituters = https://hydra.iohk.io https://cache.nixos.org/
trusted-substituters =
trusted-public-keys = hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=

This comment has been minimized.

Copy link
@goetzc

goetzc Jul 29, 2018

This indentation change breaks the markdown!


2. Actually building the Cardano SL node (or, most likely, simply obtaining it
from the IOHK's binary caches) can be performed by building the attribute `cardano-sl-node-static`:
Expand Down

0 comments on commit c631f62

Please sign in to comment.