Whether to enable Homebrew to automatically use the Brewfile that this module generates in the Nix store, when you manually invoke brew bundle.
Enabling this option will change the default value of to false
since, with this option enabled, brew bundle [install] will default to using the Brewfile that this module generates in the Nix store, unless you explicitly point it at another Brewfile using the --file
flag. As a result, it will try to write the lockfile in the Nix store, and complain that it can't (though the command will run successfully regardless).
Implementation note: when enabled, this option sets the HOMEBREW_BUNDLE_FILE
environment variable to the path of the Brewfile that this module generates in the Nix store, by adding it to .
boolean
false