kamilchm / go2nix

Reproducible builds and development environment for Go
MIT License
93 stars 17 forks source link

Document disabling of go modules #79

Open turboMaCk opened 4 years ago

turboMaCk commented 4 years ago

I've ran into an issue when trying to use go2nix together with go 1.13 (from this commit). go2nix doesn't work when go modules are on which is usually not problem prior to go 1.13 where modules are off by default. I think that explicitely mentioning this needs to be set to off is only win.