treewide: set bundle attribute on all darwin JDKs

This commit is contained in:
Sam
2025-01-19 15:45:05 -08:00
parent 7e16851d6c
commit 1c0e0489bf
2 changed files with 2 additions and 0 deletions
@@ -67,6 +67,7 @@ let
passthru = {
jre = result;
home = result;
bundle = result;
};
meta = with lib; {
@@ -174,6 +174,7 @@ let
})
// {
home = jdk;
bundle = "${jdk}/zulu-${lib.versions.major version}.jdk";
};
meta = {