From e18a7ad0cc6bed938bc39b15c17a6517cb9a5e5e Mon Sep 17 00:00:00 2001 From: Michael Thomas Date: Sun, 18 Jun 2023 13:26:19 -0400 Subject: [PATCH] pkgs(mac): add ddev --- machines/mac/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/machines/mac/configuration.nix b/machines/mac/configuration.nix index 13505c7..919d867 100644 --- a/machines/mac/configuration.nix +++ b/machines/mac/configuration.nix @@ -60,10 +60,14 @@ # Upgrade outdated formulae on activation upgrade = true; }; + taps = [ + "ddev/ddev" + ]; brews = [ "cocoapods" "openjdk@17" "bash" # Required for nix-shell to function properly + "ddev/ddev/ddev" ]; casks = [ "hiddenbar"