Also add the mysql server commands

This commit is contained in:
Greg Hellings
2024-08-07 00:05:34 -05:00
parent fbd69ad63e
commit c6e2387e8c
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -12,6 +12,7 @@ let
]); ]);
in { in {
greg = { greg = {
development = true;
pypackage = py; pypackage = py;
vscodium = true; vscodium = true;
}; };
+1
View File
@@ -2,6 +2,7 @@
let let
packages = with pkgs; [ packages = with pkgs; [
cargo cargo
mariadb
nixfmt-rfc-style nixfmt-rfc-style
nixpkgs-review nixpkgs-review
process-compose process-compose