This website requires JavaScript.
Explore
Help
Sign In
public
/
nixpkgs
Watch
1
Star
0
Fork
You've already forked nixpkgs
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
cfbe152ae8
nixpkgs
/
pkgs
/
development
/
go-modules
/
tools
/
setup-hook.sh
2 lines
27 B
Bash
Raw
Normal View
History
Unescape
Escape
buildGoModule: function for packaging Go modules The function buildGoModule builds Go programs managed with Go modules. It builds a Go module through a two phase build: - An intermediate fetcher derivation. This derivation will be used to fetch all of the dependencies of the Go module. - A final derivation will use the output of the intermediate derivation to build the binaries and produce the final output.
2019-03-08 11:17:05 -08:00
export
GOTOOLDIR
=
@bin@/bin