kcl: fix installCheckPhase for new run subcommand

This commit is contained in:
Jan C Kaldestad
2026-06-22 13:12:58 +02:00
parent bc469214f9
commit 22b2a59123
+1 -1
View File
@@ -51,7 +51,7 @@ buildGoModule (finalAttrs: {
runHook preInstallCheck
set -o pipefail
$out/bin/kcl --version | grep $version
$out/bin/kcl <(echo 'hello = "KCL"') | grep "hello: KCL"
$out/bin/kcl run <(echo 'hello = "KCL"') | grep "hello: KCL"
runHook postInstallCheck
'';