From 41546aa83a6c2abafe3ab12ad4bb97c0bd485f9a Mon Sep 17 00:00:00 2001 From: 0xrsydn Date: Tue, 7 Oct 2025 17:55:09 +0700 Subject: [PATCH] chore: delete nodejs from brew, duplicate --- 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 d604549..50e869f 100644 --- a/modules/darwin/homebrew.nix +++ b/modules/darwin/homebrew.nix @@ -18,7 +18,7 @@ in { type = types.listOf types.str; default = [ "curl" - "yt-dlp" + "yt-dlp" "ruff" "libmagic" "ghostscript"