I am getting community opinion first before doing a image so that I can do it collaborative with @Malix, GitHub employee that knows info and maybe others. So that we are not rushing to get this image out and actually get a proper approval.
I am not, however I do know a couple of people from nix-windows work that I have done. Like @JamieMagee which I have sent a message to see if they are interested.
I would like if it had good support for caching nix store paths. I have used GHA before to build my systems but it felt wrong hitting cache.nixos.org everytime for gigs of paths.
Unfortunately for me, I have experienced the exact opposite with DeterminateSystems/magic-nix-cache and I have some issues on the repo that have still yet to be addressed. It generally adds CI time, exponentially, in some cases turning a 2min action into 30min+.
You also cannot specify more than one cache for it to check before trying to cache things, so you are limited to only either cache.nixos.org or your own cache, but not both.
Hestia is pretty good and simple to set up, but I will also mention that oranc is a fun hack and has ~unlimited cache size, and can be consumed by other Nix users, but requires more setup and might violate GitHub TOS if you use it on GHCR.
I checked Hastia when it had 0 stars and wasn’t ready, but I didn’t know it was now full fledged, I might actually try this and compare too, thanks!