fix(homebrew): herdrm is a cask, not a formula

This commit is contained in:
Rasyidan Akbar F. 2026-08-27 18:38:49 +07:00
commit a953104700

View file

@ -25,7 +25,6 @@ in
"yt-dlp" "yt-dlp"
"infisical" "infisical"
"mole" "mole"
"herdrm"
]; ];
description = "Homebrew formulae to install."; description = "Homebrew formulae to install.";
}; };
@ -41,6 +40,7 @@ in
"obs" "obs"
"orbstack" "orbstack"
"openvpn-connect" "openvpn-connect"
"herdrm"
]; ];
description = "Homebrew casks to install."; description = "Homebrew casks to install.";
}; };