nvitop: correct versionCheckHook use

This commit is contained in:
Peder Bergebakken Sundt
2025-01-24 02:21:43 +01:00
parent 504e6ffdc4
commit 520728f3e0
+2 -1
View File
@@ -25,7 +25,8 @@ python3Packages.buildPythonApplication rec {
nvidia-ml-py
];
nativeCheckInputs = [
doInstallCheck = true;
nativeInstallCheckInputs = [
versionCheckHook
];
versionCheckProgramArg = [ "--version" ];