# macOS counterpart to archlinux.toml: the tooling a backend needs in order to # work at all, not applications. # # Homebrew itself is absent for the same reason pacman is absent from # archlinux.toml -- it cannot install itself, and install.sh already assumes it. brew = { packages = [ # The Mac App Store CLI that the `mas` backend drives. "mas", ] }