-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
nix-shell -p agda
fails
#55964
Comments
It also fails on NixOS:
|
That's because I don't think the agda stuff is documented anywhere. I found it confusing too. |
Maybe the error should say that? |
The error says that. "Cannot coerce set to a string" suggests that it's not a package but a set. Same thing occurs, I think , if you try:
Im not sure if it's possible to customise error messages like that. Maybe someone else can chime in on that. But the best way (apart from a better error message) to fix this issue is to add a section in the manual about how agda language support works; as it's currently undocumented |
Related: #39318 It would make more sense I think to expose agda under the |
Thanks for explaining this. I like the idea of changing to |
This has recently been fixed by #76653: |
Issue description
Opening a nix-shell with the agda package fails.
Steps to reproduce
nix-shell -p agda
Technical details
The error message is:
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste theresults.
The text was updated successfully, but these errors were encountered: