From d5f37cbb860a199e9ccfb18f776b719db3617e7a Mon Sep 17 00:00:00 2001 From: Dennis Date: Thu, 22 Jan 2026 12:26:30 +0100 Subject: [PATCH] correctly taps tredis for homebrew --- hosts/dnsc-work/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/dnsc-work/default.nix b/hosts/dnsc-work/default.nix index 89f1ee9..bd6e5df 100644 --- a/hosts/dnsc-work/default.nix +++ b/hosts/dnsc-work/default.nix @@ -51,6 +51,8 @@ # XCode = 497799835; }; + homebrew.taps = [ "huseyinbabal/tap" ]; + homebrew.brews = [ "watchman" "pnpm"