Unverified Commit a29584f0 authored by José Luis Lafuente's avatar José Luis Lafuente
Browse files

kubectx: show version fix

Fixes #202532
parent f9318e0c
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -19,6 +19,12 @@ buildGoModule rec {

  nativeBuildInputs = [ installShellFiles ];

  ldflags = [
    "-s"
    "-w"
    "-X main.version=${version}"
  ];

  postInstall = ''
    installShellCompletion completion/*
  '';