feat(darwin): auto upgrade homebrew

This commit is contained in:
Ryan Yin
2024-08-27 23:46:25 +08:00
parent 9f7a56bc37
commit 08895478a4

View File

@@ -90,7 +90,8 @@ in {
enable = true; # disable homebrew for fast deploy
onActivation = {
autoUpdate = true;
autoUpdate = true; # Fetch the newest stable branch of Homebrew's git repo
upgrade = true; # Upgrade outdated casks, formulae, and App Store apps
# 'zap': uninstalls all formulae(and related files) not listed in the generated Brewfile
cleanup = "zap";
};