b2network / b2-node

Ethermint is a Cosmos SDK library for running scalable and interoperable EVM chains
https://docs.evmos.org/
GNU Lesser General Public License v3.0
3 stars 7 forks source link

gomod2nix dep #54

Open oxf71 opened 10 months ago

oxf71 commented 10 months ago

When adding a third party package, you need to address the nix compilation dependency issue

install gomod2nix

https://github.com/nix-community/gomod2nix

Basic usage

After you have entered your development shell you can generate a gomod2nix.toml using:

gomod2nix generate

gomod2nix.toml may be update, after submit this file

We need to document this place in the future