Hi,

I'm attempting to package ADOM for the NixOS linux distribution -- see https://github.com/NixOS/nixpkgs/pull/61543 for work thus far.

That's going well enough for the ASCII version, but for the graphical variant I'm stymied by there being no stable URL to download it from. The way NixOS works, downloads need to be automatic -- it isn't practical to post the equivalent of a .deb, as no such thing really exists. (If it did, it would need updating about once per day.)

Would it be acceptable if we mirror the graphical version?

Also, on a cursory check of the ASCII version I find there's a bug -- specifically, in many cases text is not cleared when moving from one screen to another. This results, for example, in the second tutorial screen looking like this: https://i.imgur.com/10CTfW7.png

Not sure what to do about that. It could be due to NixOS not having ncurses version 5 available; I'm using ncurses-6.1-20190112-abi5-compat instead.