pkgs(mac): add ddev

This commit is contained in:
Michael Thomas 2023-06-18 13:26:19 -04:00
parent 8134874854
commit e18a7ad0cc

View File

@ -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"