feat: expose info about manifest location

This commit is contained in:
Ashhhleyyy 2024-10-19 16:58:12 +01:00
parent 7fc1516db9
commit ada3f54416
Signed by: ash
GPG key ID: 83B789081A0878FB

View file

@ -25,6 +25,7 @@ lib.mapAttrs'
sha1 = value.vanilla.serverJar.sha1;
};
manifest = fetchurl value.vanilla.manifest;
manifest-info = value.vanilla.manifest;
javaVersion = getJavaVersion value.vanilla.javaVersion;
};
})