Whether to trust this formula during nix-darwin system activation, by adding the trusted: true option to its brew bundle Brewfile entry.
Homebrew 6.0.0 enabled HOMEBREW_REQUIRE_TAP_TRUST by default, which refuses to load formulae from non-official taps that haven't been trusted, aborting activation. Set this to true for a formula from a non-official tap you control so it is installed during activation.
This only takes effect when name is a fully-qualified name (user/repo/formula), since only fully-qualified names map to a tap and can be trusted (and installed) on their own. When name is a plain formula name, it is resolved through your tapped repositories, so trust must instead come from the containing tap being marked as trusted (see ). Official taps are always trusted, so this has no effect on them.
booleantruefalse