hydra-builds/default.nix
illustris 6ab78db80f ;
2022-01-23 16:33:29 +05:30

16 lines
533 B
Nix

{ ... }@args:
{
illustris = import ./by-maintainer.nix args;
homelab = {
inherit (nixosTests) hedgedoc jibri jitsi-meet searx zfs;
};
misc = {
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; };
inherit (nixosTests) kafka keepalived keycloak nginx php postgresql signal-desktop spark vault;
};
}