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..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,11 +53,11 @@ 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 = - 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`: