ethereum / hevm

symbolic EVM evaluator
https://hevm.dev
GNU Affero General Public License v3.0
230 stars 48 forks source link

Cycle detected in ormolu: nix develop fails #308

Closed siraben closed 10 months ago

siraben commented 1 year ago

I get the following error when I run nix develop on aarch64-darwin on 8b0c6792f09a890a13ed1e9713f639410209fc56.

$ nix develop
error: cycle detected in build of '/nix/store/djzdfnsljcqzj1q03aawha7i319gybla-ormolu-0.5.3.0.drv' in the references of output 'bin' from output 'out'
d-xo commented 1 year ago

hm, seems like this is something we should report upstream to nixpkgs?

msooseth commented 1 year ago

This is no longer an issue on main on my install. While nix is supposed to be reproducible, that may not always hold -- is it still an issue on your side @siraben ?

msooseth commented 10 months ago

I am closing, as we didn't get a response and we can't reproduce.