rke: exclude codegen binary

This commit is contained in:
figsoda 2022-11-30 09:04:49 -05:00 committed by GitHub
parent 2690f30fd3
commit 1beb3948ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,6 +13,8 @@ buildGoModule rec {
vendorHash = "sha256-zV1lrJhzrUAcEk6jYLCFrHcYw3CZart46qXErCTjZyQ=";
subPackages = [ "." ];
ldflags = [ "-s" "-w" "-X=main.VERSION=v${version}" ];
meta = with lib; {