zookeeper: Expose jre for nixos modules
This commit is contained in:
parent
f8ac590609
commit
4978685d9e
1 changed files with 5 additions and 2 deletions
|
@ -37,8 +37,11 @@ stdenv.mkDerivation rec {
|
|||
runHook postInstall
|
||||
'';
|
||||
|
||||
passthru.tests = {
|
||||
nixos = nixosTests.zookeeper;
|
||||
passthru = {
|
||||
tests = {
|
||||
nixos = nixosTests.zookeeper;
|
||||
};
|
||||
inherit jre;
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Reference in a new issue