Finding the latest nightly wheels without pip

Hi,

I’m trying to create an experimental nix (the package manager) channel that tracks the latest nightly wheels from https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html

Is there any way to resolve the wheels without using pip?

I noticed that Official and nightly wheel structure plan · Issue #23656 · pytorch/pytorch · GitHub mentions a possible https://download.pytorch.org/whl_redirect?.... url structure that resolves to a download url. By any chance, is this something that’s been implemented?

(Pypi also publishes json e.g. https://pypi.org/pypi/torch/json, but unfortunately this doesn’t help with resolving nightly releases)