deja: fix versionCheckHook phase

This commit is contained in:
Tomas Rivera
2026-05-31 18:28:53 +02:00
parent b25e96d612
commit 126d94bfcd
+2 -2
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 { };