{deja, project-graph, sbb-tui}: fix versionCheckHook phase (#526416)

This commit is contained in:
isabel
2026-06-04 18:36:11 +00:00
committed by GitHub
3 changed files with 6 additions and 6 deletions

View File

@@ -24,9 +24,9 @@ buildGoModule (finalAttrs: {
"-X main.version=${finalAttrs.version}"
];
doCheck = true;
doInstallCheck = true;
nativeCheckInputs = [ versionCheckHook ];
nativeInstallCheckInputs = [ versionCheckHook ];
passthru.updateScript = nix-update-script { };

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 { };

View File

@@ -25,9 +25,9 @@ buildGoModule (finalAttrs: {
"-X main.version=${finalAttrs.version}"
];
doCheck = true;
doInstallCheck = true;
nativeCheckInputs = [ versionCheckHook ];
nativeInstallCheckInputs = [ versionCheckHook ];
passthru.updateScript = nix-update-script { };