about summary refs log tree commit diff
path: root/nix/profiles
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-11-04 18:55:16 -0800
committerFranck Cuny <franck@fcuny.net>2024-11-04 18:55:16 -0800
commit06a5d5d553bf02824dd1c283fc657c6ed48ea9bb (patch)
treeb68d0f01d82a35e93b29e783a6d75075f934a805 /nix/profiles
parentinstall mpv (mpv.io) (diff)
downloadworld-06a5d5d553bf02824dd1c283fc657c6ed48ea9bb.tar.gz
stop displaying some messages from brew
Diffstat (limited to 'nix/profiles')
-rw-r--r--nix/profiles/home-manager/shell.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nix/profiles/home-manager/shell.nix b/nix/profiles/home-manager/shell.nix
index 5258f2f..526e0c6 100644
--- a/nix/profiles/home-manager/shell.nix
+++ b/nix/profiles/home-manager/shell.nix
@@ -73,6 +73,8 @@
     ASPELL_CONF = "conf ${config.xdg.configHome}/aspell/config;";
     # for some reason, if I don't set this, zsh is picked up and mess up stuff.
     SHELL = "${pkgs.fish}/bin/fish";
+    # stop bothering me with brew messages
+    HOMEBREW_NO_AUTO_UPDATE = 1;
   };
 
   programs.direnv = {