zookeeper: Expose jre for nixos modules

This commit is contained in:
Xiami 2022-04-19 18:43:53 +08:00
parent f8ac590609
commit 4978685d9e
No known key found for this signature in database
GPG key ID: 53E2BDD8BD17882C

View file

@ -37,8 +37,11 @@ stdenv.mkDerivation rec {
runHook postInstall
'';
passthru.tests = {
nixos = nixosTests.zookeeper;
passthru = {
tests = {
nixos = nixosTests.zookeeper;
};
inherit jre;
};
meta = with lib; {