kbst: remove PostInstallCheckPhase (#488559)

This commit is contained in:
Jo
2026-02-11 17:24:20 +00:00
committed by GitHub
+1 -6
View File
@@ -11,7 +11,7 @@ buildGoModule (finalAttrs: {
src = fetchFromGitHub {
owner = "kbst";
repo = "kbst";
rev = "v${finalAttrs.version}";
tag = "v${finalAttrs.version}";
hash = "sha256-tbSYNJp/gzEz+wEAe3bvIiZL5axZvW+bxqTOBkYSpMY=";
};
@@ -33,11 +33,6 @@ buildGoModule (finalAttrs: {
doCheck = false;
doPostInstallCheck = true;
PostInstallCheckPhase = ''
$out/bin/kbst help | grep v${finalAttrs.version} > /dev/null
'';
meta = {
description = "Kubestack framework CLI";
mainProgram = "kbst";