about summary refs log tree commit diff
path: root/nixos/tests/mysql-backup.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/mysql-backup.nix')
-rw-r--r--nixos/tests/mysql-backup.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/mysql-backup.nix b/nixos/tests/mysql-backup.nix
index ff3650988836d..81482dfef7e56 100644
--- a/nixos/tests/mysql-backup.nix
+++ b/nixos/tests/mysql-backup.nix
@@ -6,7 +6,7 @@ import ./make-test.nix ({ pkgs, ... } : {
   };
 
   nodes = {
-    master = { config, pkgs, ... }: {
+    master = { pkgs, ... }: {
       services.mysql = {
         enable = true;
         initialDatabases = [ { name = "testdb"; schema = ./testdb.sql; } ];