From a2bded636e1a202f6a04f8e6b1b7a87251d07017 Mon Sep 17 00:00:00 2001
From: Oliver Davies <oliver@oliverdavies.uk>
Date: Tue, 20 Dec 2022 19:02:57 +0000
Subject: [PATCH] feat: add mysql

Add MySQL as this is needed for Drush and other CLI tools even though no
databases will be run in this instance of MySQL.
---
 nixpkgs/home-manager/modules/common.nix | 1 +
 1 file changed, 1 insertion(+)

diff --git a/nixpkgs/home-manager/modules/common.nix b/nixpkgs/home-manager/modules/common.nix
index de0aea5b..c145584a 100644
--- a/nixpkgs/home-manager/modules/common.nix
+++ b/nixpkgs/home-manager/modules/common.nix
@@ -20,6 +20,7 @@
     htop
     jq
     lua
+    mysql
     neofetch
     nodejs
     php81