MySQL: install mycli

This commit is contained in:
Toast 2023-10-06 11:16:12 +02:00
parent feec9e898e
commit fd1efa3aec

View file

@ -26,5 +26,8 @@
}) })
''; '';
environment.systemPackages = [ pkgs.mysql-workbench ]; environment.systemPackages = with pkgs; [
mysql-workbench
mycli
];
} }