Commit 37070309 authored by Shaw Vrana's avatar Shaw Vrana
Browse files

ctlptl: build only main executable

parent 5878d1d7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -15,6 +15,8 @@ buildGoModule rec {

  nativeBuildInputs = [ installShellFiles ];

  subPackages = [ "cmd/ctlptl" ];

  ldflags = [
    "-s"
    "-w"