homebrew.brewPrefix
The path prefix where the brew executable is located. This will be set to
the correct value based on your system's platform, and should only need to be changed if you
manually installed Homebrew in a non-standard location.
- Type
string- Default
if pkgs.stdenv.hostPlatform.isAarch64 then "/opt/homebrew/bin" else "/usr/local/bin"- Declared
- <nix-darwin/modules/homebrew.nix>