metal-cli: Fix build

This commit is contained in:
polygon 2021-11-07 00:08:44 +01:00
parent d561bd1797
commit 84b960ca01

View file

@ -13,10 +13,6 @@ buildGoModule rec {
vendorSha256 = "sha256-ifSfeJjrZI1Hrsq64zAGBiLVc8GKvq+Ddg26gQooyTs=";
postInstall = ''
ln -s $out/bin/metal-cli $out/bin/metal
'';
doCheck = false;
meta = with lib; {