Commit c79de89e authored by 06kellyjac's avatar 06kellyjac
Browse files

notation: more granular excludedPackages

parent 7cd32151
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -25,7 +25,9 @@ buildGoModule (finalAttrs: {
  ];

  # This is a Go sub-module and cannot be built directly (e2e tests).
  excludedPackages = [ "./test" ];
  excludedPackages = [
    "./test/e2e"
  ];

  ldflags = [
    "-s"