starboard-octant-plugin: remove unused dependency and compile smaller

Added -s and -w ldflags to minify starboard-octant-plugin
This commit is contained in:
06kellyjac 2021-01-27 15:50:54 +00:00
parent a93b10e233
commit 1a9e4e109b

View file

@ -13,6 +13,8 @@ buildGoModule rec {
vendorSha256 = "sha256-fhIIqirEEdqn/n8bBtLw07fEGfnpC/8SOLbkhnytyME=";
buildFlagsArray = [ "-ldflags=" "-s" "-w" ];
meta = with lib; {
description = "Octant plugin for viewing Starboard security information";
longDescription = ''