Skip to content

Commit

Permalink
homebrew: add homebrew variables
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Dec 30, 2024
1 parent cde2c02 commit f731f64
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions modules/darwin/tools/homebrew/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ in
};

config = mkIf cfg.enable {
# https://docs.brew.sh/Manpage#environment
environment.variables = {
HOMEBREW_BAT = "1";
HOMEBREW_NO_ANALYTICS = "1";
HOMEBREW_NO_INSECURE_REDIRECT = "1";
};

homebrew = {
enable = true;

Expand Down

0 comments on commit f731f64

Please sign in to comment.