MySQL: install mycli
This commit is contained in:
parent
feec9e898e
commit
fd1efa3aec
1 changed files with 4 additions and 1 deletions
|
|
@ -26,5 +26,8 @@
|
|||
})
|
||||
'';
|
||||
|
||||
environment.systemPackages = [ pkgs.mysql-workbench ];
|
||||
environment.systemPackages = with pkgs; [
|
||||
mysql-workbench
|
||||
mycli
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue