mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
kluctl: fix binary name
This commit is contained in:
parent
7672a0e673
commit
acc3c4e38b
1 changed files with 4 additions and 0 deletions
|
@ -23,6 +23,10 @@ buildGoModule rec {
|
|||
version = "v${version}";
|
||||
};
|
||||
|
||||
postInstall = ''
|
||||
mv $out/bin/{cmd,kluctl}
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "The missing glue to put together large Kubernetes deployments";
|
||||
homepage = "https://kluctl.io/";
|
||||
|
|
Loading…
Reference in a new issue