From bc9d0f670dd538bb9179710490ae79435ed2e80a Mon Sep 17 00:00:00 2001 From: Jacob Mitchell Date: Thu, 2 Aug 2018 15:24:33 -0700 Subject: [PATCH 1/2] [DEVOPS-976] Fix code indentation in Markdown doc --- .../build-cardano-sl-and-daedalus-from-source-code.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/how-to/build-cardano-sl-and-daedalus-from-source-code.md b/docs/how-to/build-cardano-sl-and-daedalus-from-source-code.md index b9491fcaf3b..426c6f14956 100644 --- a/docs/how-to/build-cardano-sl-and-daedalus-from-source-code.md +++ b/docs/how-to/build-cardano-sl-and-daedalus-from-source-code.md @@ -55,9 +55,9 @@ Two steps remain, then: ..and then add two following lines: - 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= + 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= 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`: From f9ca10d3ec9f98935e82ae043b7045d270e35f16 Mon Sep 17 00:00:00 2001 From: Jacob Mitchell Date: Thu, 2 Aug 2018 15:28:17 -0700 Subject: [PATCH 2/2] [DEVOPS-976] minor documentation correction --- docs/how-to/build-cardano-sl-and-daedalus-from-source-code.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-to/build-cardano-sl-and-daedalus-from-source-code.md b/docs/how-to/build-cardano-sl-and-daedalus-from-source-code.md index 426c6f14956..9008a3946f0 100644 --- a/docs/how-to/build-cardano-sl-and-daedalus-from-source-code.md +++ b/docs/how-to/build-cardano-sl-and-daedalus-from-source-code.md @@ -53,7 +53,7 @@ Two steps remain, then: $ sudo mkdir -p /etc/nix $ sudo vi /etc/nix/nix.conf # ..or any other editor, if you prefer - ..and then add two following lines: + and then add the following lines: substituters = https://hydra.iohk.io https://cache.nixos.org/ trusted-substituters =