Skip to content
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

seth/dapp --use: look for systemwide solc installs #813

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

d-xo
Copy link
Contributor

@d-xo d-xo commented Sep 22, 2021

Description

seth --use and dapp --use will now find copies of solc that have been installed systemwide from solc-versions or solc-static-versions on nixos systems, as well as the imperitive versions installed via nix-env.

Checklist

  • tested locally
  • added automated tests
  • updated the docs
  • updated the changelog

@MrChico
Copy link
Member

MrChico commented Sep 23, 2021

hmmm, I thought the current way of doing this was meant to do this already? And also in a way that allowed non nixos users to find installed solc versions...

@d-xo
Copy link
Contributor Author

d-xo commented Sep 23, 2021

The current way just finds stuff installed via nix-env, but not installed via configuration.nix.

I think this new way should work for both nix-env and systemwide installs anywhere that has nix, but I don't have systems like that to test on :/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants