I’m trying to build a Go app using buildGoModule.
This app bundles some tests that make external http requests (using shell, go and python scripts).
I can, of course, build it with checkPhase = false; but, do we have an alternative?
I still need to learn about FOD’s, would that be a solution? Or maybe projects like nix-buildproxy?