nixos/mysql: test the mysql package, not just mariadb
This commit is contained in:
parent
88770b01d5
commit
f1faec8249
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user