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