go-toml: exclude gotoml-test-encoder package

`gotoml-test-encoder` is only used for development
This commit is contained in:
Mario Rodas 2024-04-01 04:20:00 +00:00
parent 39c882983c
commit 2c10fcd44f

@ -13,7 +13,11 @@ buildGoModule rec {
vendorHash = "sha256-4t/ft3XTfc7yrsFVMSfjdCur8QULho3NI2ym6gqjexI=";
excludedPackages = [ "cmd/gotoml-test-decoder" "cmd/tomltestgen" ];
excludedPackages = [
"cmd/gotoml-test-decoder"
"cmd/gotoml-test-encoder"
"cmd/tomltestgen"
];
ldflags = [ "-s" "-w" ];