Open beeb opened 2 months ago
Hi!
Thanks for reporting! I will have a look.
I am aware that this issue could happen because solc-select
nixpkg is in conflict with the default solc
exported by this package.
I will research a bit how to solve that nicely!
It's a bit weird, because I think this version of solc doesn't come from your overlay. I removed the solc_0_8_26
and (solc.mkDefault)
entries and I still have that on my path. I have a couple more things in the flake like slither-analyzer
so maybe it comes from another one of the deps.
Ah yes, I confirm the problem is that slither-analyzer
provides solc
too and it seems it needs some environment variable to work properly. Now need to figure out how I can not make it conflict with the solc from your overlay.
Hey! I have a weird problem with
mkDefault
on one of my machines, could be due to recent changes in nixpkgs, not sure.My flake:
Then: