kamilchm / go2nix

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

Add an option to specify build tags #5

Closed valeriangalliat closed 8 years ago

valeriangalliat commented 8 years ago

The dependencies are fetched in the context of given build tags, and the buildFlags option is set with the according -tags in Nix expression output.

kamilchm commented 8 years ago

I resolved all conflicts and merge it to master. Thanks for all your changes! It was just a little helper for my private go projects and it's getting better shape now. I'll try to test it on more complicated projects, write more test and proper readme and propose it as 0.1.0 in nixpkgs.

valeriangalliat commented 8 years ago

Thanks for fixing the merge conflicts!

Note that go2nix is already in nixpkgs since NixOS/nixpkgs#13565, and I have anoter PR NixOS/nixpkgs#13741 to update it to the current master.