From eb3f74fd5128874e2f3213f6f464828bf1f0c0c8 Mon Sep 17 00:00:00 2001 From: 0xrsydn Date: Thu, 27 Aug 2026 19:30:05 +0700 Subject: [PATCH] =?UTF-8?q?fix(homebrew):=20drop=20zap=20cleanup=20?= =?UTF-8?q?=E2=80=94=20aborts=20activation=20and=20would=20remove=20unmana?= =?UTF-8?q?ged=20casks=20like=20firefox?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/darwin/homebrew.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/darwin/homebrew.nix b/modules/darwin/homebrew.nix index 518171c..a035c27 100644 --- a/modules/darwin/homebrew.nix +++ b/modules/darwin/homebrew.nix @@ -64,7 +64,6 @@ in global.autoUpdate = false; onActivation = { autoUpdate = false; - cleanup = "zap"; upgrade = false; }; inherit (cfg) taps brews casks;