Commit 2415e9a7 authored by Fabian Affolter's avatar Fabian Affolter Committed by tomberek
Browse files

htmltest: add ldflags

parent 729b06f8
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -16,6 +16,12 @@ buildGoModule rec {

  vendorSha256 = "0zx3ii9crick647kslzwg4d39li6jds938f9j9dp287rhrlzjfbm";

  ldflags = [
    "-w"
    "-s"
    "-X main.version=${version}"
  ];

  # tests require network access
  doCheck = false;