Merge pull request #314006 from svrana/ctlptl-fix

ctlptl: build only main executable
This commit is contained in:
Aleksana
2024-05-25 13:12:48 +08:00
committed by GitHub

View File

@@ -15,6 +15,8 @@ buildGoModule rec {
nativeBuildInputs = [ installShellFiles ];
subPackages = [ "cmd/ctlptl" ];
ldflags = [
"-s"
"-w"