Loading pkgs/by-name/te/terramate/package.nix +3 −0 Original line number Diff line number Diff line Loading @@ -22,6 +22,9 @@ buildGoModule rec { ldflags = [ "-extldflags" "-static" ]; # Needed for the tests to pass on macOS __darwinAllowLocalNetworking = true; # Disable failing E2E tests preventing the package from building excludedPackages = [ "./e2etests/cloud" "./e2etests/core" ]; Loading Loading
pkgs/by-name/te/terramate/package.nix +3 −0 Original line number Diff line number Diff line Loading @@ -22,6 +22,9 @@ buildGoModule rec { ldflags = [ "-extldflags" "-static" ]; # Needed for the tests to pass on macOS __darwinAllowLocalNetworking = true; # Disable failing E2E tests preventing the package from building excludedPackages = [ "./e2etests/cloud" "./e2etests/core" ]; Loading