rke: exclude codegen binary
This commit is contained in:
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; {
|
||||
|
Loading…
Reference in New Issue
Block a user