Unverified Commit 5840983f authored by emilylange's avatar emilylange
Browse files

apko: fix version check not running due to typo

Small typo that slipped through the review of 3c7c5d86
causing the hook to not actually run.
parent a94dd3a6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -79,7 +79,7 @@ buildGoModule (finalAttrs: {
        --zsh <(${apko}/bin/apko completion zsh)
    '';

  nativeCheckInstallInputs = [ versionCheckHook ];
  nativeInstallCheckInputs = [ versionCheckHook ];
  doInstallCheck = true;
  versionCheckProgramArg = "version";