tvl-depot/nix
Vincent Ambo db74ffb4b1 fix(nix/buildGo): Remove absolute references to GOROOT from binaries
Setting the GOROOT_FINAL environment variables replaces the absolute
location of the Go standard library sources in the final build
artefacts with a fake location (in this case starting with
go/src/...).

This is despite the documentation for 'trimpath' (in 'go tool
compile') stating that it would affect all source paths: That's only
true for user code!

I figured this out by reading through the implementation of the other
'trimpath' (in 'gob build'):

https://go-review.googlesource.com/c/go/+/173345
2020-03-31 01:29:35 +01:00
..
buildGo fix(nix/buildGo): Remove absolute references to GOROOT from binaries 2020-03-31 01:29:35 +01:00
buildLisp chore: Rename pkgs->depot in all Nix file headers 2020-02-21 13:54:53 +00:00
readTree docs(nix/readTree): Add a very descriptive README for readTree 2019-12-21 05:42:52 +00:00
tailscale chore: Rename pkgs->depot in all Nix file headers 2020-02-21 13:54:53 +00:00
yants chore: Rename pkgs->depot in all Nix file headers 2020-02-21 13:54:53 +00:00