forked from mirrors/nixpkgs
parent
f9318e0c67
commit
a29584f0d4
|
@ -19,6 +19,12 @@ buildGoModule rec {
|
|||
|
||||
nativeBuildInputs = [ installShellFiles ];
|
||||
|
||||
ldflags = [
|
||||
"-s"
|
||||
"-w"
|
||||
"-X main.version=${version}"
|
||||
];
|
||||
|
||||
postInstall = ''
|
||||
installShellCompletion completion/*
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue