kamilchm / go2nix

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

Allow the package to reference Go #3

Closed valeriangalliat closed 8 years ago

valeriangalliat commented 8 years ago

Depends on NixOS/nixpkgs#13533.

Without access to GOROOT, go2nix was not able to find some native packages, for example:

# go2nix save
2016/02/28 00:26:58 cannot find package "errors" in any of:
        /nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-go-1.5.3/share/go/src/errors (from $GOROOT)
        /.../src/errors (from $GOPATH)