apko: fix version check not running due to typo

Small typo that slipped through the review of 3c7c5d868b
causing the hook to not actually run.
This commit is contained in:
emilylange
2025-07-14 04:08:49 +02:00
parent a94dd3a654
commit 5840983fec
+1 -1
View File
@@ -79,7 +79,7 @@ buildGoModule (finalAttrs: {
--zsh <(${apko}/bin/apko completion zsh)
'';
nativeCheckInstallInputs = [ versionCheckHook ];
nativeInstallCheckInputs = [ versionCheckHook ];
doInstallCheck = true;
versionCheckProgramArg = "version";