kluctl: fix binary name

This commit is contained in:
Nikolay Korotkiy 2023-06-04 13:15:39 +04:00
parent 7672a0e673
commit acc3c4e38b
No known key found for this signature in database
GPG key ID: D1DE6D7F693663A5

View file

@ -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/";