-
Notifications
You must be signed in to change notification settings - Fork 721
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New documentation for building/running the node #718
Conversation
08229e1
to
af63b64
Compare
d27558e
to
b582279
Compare
doc/building-running.md
Outdated
``` | ||
sudo mkdir -p /etc/nix | ||
cat <<EOF | sudo tee /etc/nix/nix.conf | ||
substituters = https://cache.nixos.org https://cache.nixos.org/ https://iohk.cachix.org https://hydra.iohk.io https://cache.nixos.org/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://cache.nixos.org/
occurs three times on this line.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for finding that. I wish that file format was a little more sane and easier to eyeball for correctness.
Why does so much of Nix seem so half-baked?
doc/building-running.md
Outdated
sudo mkdir -p /etc/nix | ||
cat <<EOF | sudo tee /etc/nix/nix.conf | ||
substituters = https://cache.nixos.org https://cache.nixos.org/ https://iohk.cachix.org https://hydra.iohk.io https://cache.nixos.org/ | ||
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= iohk.cachix.org-1:DpRUyj7h7V830dp/i6Nti+NEO2/nhblbov/8MW7Rqoo= hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
occurs twice on this line
cabal run cardano-node -- --help | ||
``` | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
building on Windows should be added to this document since most users will work on that platform.
using stack
this should not be too difficult to achieve.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am perfectly happy to see WIndows documentation add to this document, but since I have not used WIndows seriously for over 20 years, I am not the person to do it.
Windows doc can be added to this after this is merged to master.
b590c40
to
bb79429
Compare
bors r+ |
Build succeeded |
No description provided.