Loading pkgs/development/tools/htmltest/default.nix +6 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,12 @@ buildGoModule rec { vendorSha256 = "0zx3ii9crick647kslzwg4d39li6jds938f9j9dp287rhrlzjfbm"; ldflags = [ "-w" "-s" "-X main.version=${version}" ]; # tests require network access doCheck = false; Loading Loading
pkgs/development/tools/htmltest/default.nix +6 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,12 @@ buildGoModule rec { vendorSha256 = "0zx3ii9crick647kslzwg4d39li6jds938f9j9dp287rhrlzjfbm"; ldflags = [ "-w" "-s" "-X main.version=${version}" ]; # tests require network access doCheck = false; Loading