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:
@@ -79,7 +79,7 @@ buildGoModule (finalAttrs: {
|
||||
--zsh <(${apko}/bin/apko completion zsh)
|
||||
'';
|
||||
|
||||
nativeCheckInstallInputs = [ versionCheckHook ];
|
||||
nativeInstallCheckInputs = [ versionCheckHook ];
|
||||
doInstallCheck = true;
|
||||
versionCheckProgramArg = "version";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user