From 8a71467cc8537a503f98933cb96f525230e3c4eb Mon Sep 17 00:00:00 2001 From: illustris Date: Sun, 23 Jan 2022 16:32:41 +0530 Subject: [PATCH] ; --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index 60b11f8..0d1ce84 100644 --- a/default.nix +++ b/default.nix @@ -9,7 +9,7 @@ hadoop = { inherit (nixosTests) hadoop hadoop_3_2 hadoop2; }; sssd = { inherit (nixosTests) sssd sssd-ldap; } prometheus = { inherit (nixosTests) prometheus prometheus-exporters; } - mysql = { inherit (nixosTests) mysql mysql-autobackup mysql-backup mysql-replication; } + mysql = { inherit (nixosTests) mysql mysql-autobackup mysql-backup mysql-replication; }; inherit (nixosTests) kafka keepalived keycloak nginx php postgresql signal-desktop spark vault; }; }