diff --git a/pkgs/by-name/to/tootik/package.nix b/pkgs/by-name/to/tootik/package.nix index 479ad86e7b32..cc20249751fd 100644 --- a/pkgs/by-name/to/tootik/package.nix +++ b/pkgs/by-name/to/tootik/package.nix @@ -4,6 +4,8 @@ buildGoModule, fetchFromGitHub, openssl, + versionCheckHook, + nix-update-script, }: buildGoModule (finalAttrs: { @@ -34,6 +36,11 @@ buildGoModule (finalAttrs: { doCheck = !(stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isAarch64); + nativeInstallCheckInputs = [ versionCheckHook ]; + doInstallCheck = true; + + passthru.updateScript = nix-update-script { }; + __darwinAllowLocalNetworking = true; meta = {