-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
agda: fix code snippet for installing Agda #110491
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
agda: fix code snippet for installing Agda #110491
Conversation
71e75de
to
80f96de
Compare
80f96de
to
994b969
Compare
I finally managed to extend the manual with information I thought would have helped me getting started with nix+Agda. Most importantly code snippets. This change is now what I had in mind for an upcoming PR before the quickfix escalated. |
Next I would like to add the example |
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 unconvinced by having a tutorial for how to use nix-shell inside the agda documentation. I just feel that it makes it harder to actually access the information about agda?
994b969
to
05836d9
Compare
I'm still unsure about
|
I think that's fine. The python section also has references to concrete PyPi versions of some packages. Or what exactly is bothering you? |
I feel this might discourage people from contributing to |
Because they will then find it too easy to simply pin versions on their own? I wouldn't be afraid of that. They should use |
2680fe0
to
aeffcee
Compare
aeffcee
to
6eb0c37
Compare
I think I’m happy now. |
Can you rebase? |
- add code snippets - be more detailed on some aspects
6eb0c37
to
4e8641a
Compare
I sure can. |
@SuperSandro2000 I think all your requests were incorporated? |
What happened to the CI? |
Something is wrong with ghc on aarch64 and none of us know how to start debugging it |
@SuperSandro2000 this is #111738 |
Hi @alexarice @turion, I try to improve the usability of nix for Agda projects. This PR fixes I minor issue I encountered on the way. I few more PRs will follow.
Motivation for this change
The documentation nix command does not work.
Things done
Replaced the shell snippet
by