From 0f330843ee1861545a30bbcbfa35cb4135d2544b Mon Sep 17 00:00:00 2001 From: Josef Hofer Date: Sat, 9 Nov 2024 22:30:10 +0100 Subject: [PATCH] chore: add homebrew overwrite apps/force --- hosts/darwin/homebrew.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hosts/darwin/homebrew.nix b/hosts/darwin/homebrew.nix index 8bc111a7..4e6252f2 100644 --- a/hosts/darwin/homebrew.nix +++ b/hosts/darwin/homebrew.nix @@ -4,7 +4,9 @@ homebrew = { enable = true; caskArgs.no_quarantine = true; - + # Enable homebrew installation flags to override existing packages + brewFlags = ["--force"]; + caskFlags = ["--force"]; onActivation = { autoUpdate = true; upgrade = true;