From a95310470090e35dd01379837e99150c8767246c Mon Sep 17 00:00:00 2001 From: 0xrsydn Date: Thu, 27 Aug 2026 18:38:49 +0700 Subject: [PATCH] fix(homebrew): herdrm is a cask, not a formula --- modules/darwin/homebrew.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/darwin/homebrew.nix b/modules/darwin/homebrew.nix index e358d14..b69fed2 100644 --- a/modules/darwin/homebrew.nix +++ b/modules/darwin/homebrew.nix @@ -25,7 +25,6 @@ in "yt-dlp" "infisical" "mole" - "herdrm" ]; description = "Homebrew formulae to install."; }; @@ -41,6 +40,7 @@ in "obs" "orbstack" "openvpn-connect" + "herdrm" ]; description = "Homebrew casks to install."; };