project-graph: fix versionCheckHook phase

This commit is contained in:
Tomas Rivera
2026-05-31 18:28:53 +02:00
parent 126d94bfcd
commit bd5cf70ec2
+2 -2
View File
@@ -75,9 +75,9 @@ rustPlatform.buildRustPackage (finalAttrs: {
cargoRoot = "app/src-tauri";
buildAndTestSubdir = finalAttrs.cargoRoot;
docheck = true;
doInstallCheck = true;
nativeCheckInputs = [ versionCheckHook ];
nativeInstallCheckInputs = [ versionCheckHook ];
passthru.updateScript = nix-update-script { };