From f4f8dd6e73a65815b369608e9f1733c54fa6b8b9 Mon Sep 17 00:00:00 2001 From: mat ess Date: Tue, 8 Aug 2023 19:58:05 -0400 Subject: [PATCH] Install yarn --- darwin/homebrew.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/darwin/homebrew.nix b/darwin/homebrew.nix index e54c8fc..d04792a 100644 --- a/darwin/homebrew.nix +++ b/darwin/homebrew.nix @@ -110,5 +110,6 @@ in "netlify-cli" "tarsnap" "unison-language" + "yarn" ]; }