diff --git a/Formula/tailctl.rb b/Formula/tailctl.rb index c5ad53f..a2cff5d 100644 --- a/Formula/tailctl.rb +++ b/Formula/tailctl.rb @@ -13,6 +13,9 @@ class Tailctl < Formula strategy :pypi end + # Pure Python, so it installs anywhere — but `init` discovers accounts through + # Tailscale.app, and macOS is the only platform upstream claims or tests. + depends_on :macos depends_on "python@3.13" depends_on "tailscale"