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