homebrew.prefix

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.

Type
string
Default
if pkgs.stdenv.hostPlatform.isAarch64 then "/opt/homebrew"
else "/usr/local"
Declared
<nix-darwin/modules/homebrew.nix>