kamilchm / go2nix

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

Crash with apparent JSON parse error #36

Closed crclark closed 7 years ago

crclark commented 7 years ago

I get the following output when I try to run go2nix save on the go2nix repository, with the latest master:

2016/10/17 14:59:35 invalid character 'u' looking for beginning of object key string

I tried this on OS X and Ubuntu. On OS X, I installed from source (version is 1.2.0-devel). On Ubuntu, I installed from the 16.09 channel using Nix.

When I try this on NixOS, it does work.

kamilchm commented 7 years ago

Hi, I've tried to reproduce it on Ubuntu 16.04 and 16.09 channel but it works fine for me. See https://gist.github.com/kamilchm/04b6087d8702b9a5edc3576ce3051166 Could you try to reproduce it using Vagrant?

crclark commented 7 years ago

I've had a lot of difficulty reproducing this with Vagrant. I'm going to close this and reopen if I can reproduce later.