dapptools icon indicating copy to clipboard operation
dapptools copied to clipboard

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

Open d-xo opened this issue 4 years ago • 2 comments

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

  • [x] tested locally
  • [ ] added automated tests
  • [ ] updated the docs
  • [x] updated the changelog

d-xo avatar Sep 22 '21 18:09 d-xo

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...

MrChico avatar Sep 23 '21 09:09 MrChico

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 :/

d-xo avatar Sep 23 '21 09:09 d-xo