I’m an apple silicon user trying to create a flake for my java shell that needs jdk8, maven, and ant. Based on search.nixos.org it seems like the jdk package doesn’t support aarch64-darwin but the zulu package supports it. So how do I create the overlay in the flake? Currently, my flake generates jdk21 using the zulu package (I have no idea how it decides 21)