concurrently: add version checking

This commit is contained in:
Gutyina Gergő
2025-12-21 01:55:00 +01:00
parent 60f97180d3
commit 2bb6c99fbf
+7
View File
@@ -7,6 +7,7 @@
pnpm_10,
fetchPnpmDeps,
pnpmConfigHook,
versionCheckHook,
nix-update-script,
}:
stdenv.mkDerivation (finalAttrs: {
@@ -59,6 +60,12 @@ stdenv.mkDerivation (finalAttrs: {
runHook postInstall
'';
nativeInstallCheckInputs = [
versionCheckHook
];
versionCheckProgramArg = "--version";
doInstallCheck = true;
passthru.updateScript = nix-update-script { };
meta = {