kcl: fix installCheckPhase for new run subcommand
This commit is contained in:
@@ -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
|
||||
'';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user