mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-13 11:30:35 +08:00
nixos/mysql: test the mysql package, not just mariadb
This commit is contained in:
@@ -19,7 +19,7 @@ import ./make-test.nix ({ pkgs, ...} : {
|
||||
services.mysql.initialScript = pkgs.writeText "mysql-init.sql" ''
|
||||
CREATE USER 'passworduser'@'localhost' IDENTIFIED BY 'password123';
|
||||
'';
|
||||
services.mysql.package = pkgs.mysql;
|
||||
services.mysql.package = pkgs.mysql57;
|
||||
};
|
||||
|
||||
mariadb =
|
||||
|
||||
Reference in New Issue
Block a user