Open dzmitry-lahoda opened 10 months ago
I build Go usually, I see deps in https://pkg.go.dev/runtime/debug#ReadBuildInfo.
Built via gomod2nix - list is empty.
How can make it non empty?
hm, set like in my repo, but manual build
GO111MODULE="on" GO_NO_VENDOR_CHECKS=1 GOFLAGS="-mod=vendor" make build
still have deps info in manual build.
I build Go usually, I see deps in https://pkg.go.dev/runtime/debug#ReadBuildInfo.
Built via gomod2nix - list is empty.
How can make it non empty?