await: add basic version test

This commit is contained in:
John Garcia
2024-10-17 15:30:20 +01:00
parent b388e7b565
commit bff72c175e
+6
View File
@@ -3,6 +3,7 @@
stdenv,
fetchFromGitHub,
installShellFiles,
versionCheckHook,
}:
stdenv.mkDerivation rec {
@@ -35,6 +36,11 @@ stdenv.mkDerivation rec {
runHook postInstall
'';
nativeInstallCheckInputs = [
versionCheckHook
];
doInstallCheck = true;
meta = with lib; {
description = "Small binary that runs a list of commands in parallel and awaits termination";
homepage = "https://await-cli.app";