nhost-cli: hard code the binary name

This commit is contained in:
Moraxyc 2024-06-10 08:05:19 +08:00
parent faf7b38491
commit 0fb8bfe828
No known key found for this signature in database

View File

@ -24,7 +24,7 @@ buildGoModule rec {
];
postInstall = ''
mv $out/bin/cli $out/bin/${meta.mainProgram}
mv $out/bin/cli $out/bin/nhost
'';
meta = {