The Homebrew prefix directory, i.e., the value that brew --prefix returns. The default is automatically set based on your system's platform, and should only need to be changed if you manually installed Homebrew in a non-standard location.
Declarations
Type
stringDefault
if pkgs.stdenv.hostPlatform.isAarch64 then "/opt/homebrew"
else "/usr/local"