appvm icon indicating copy to clipboard operation
appvm copied to clipboard

appvm project status

Open kwinz opened this issue 11 months ago • 2 comments

Hi!

The last release of appvm is already more than 5 years old, and the installation documentation still states that This is a temporary solution until appvm is upstreamed to nixpkgs or Nix flakes are released. I couldn't find an actively developed fork of appvm straight away either.

Has development moved to nixpkgs here? And if so, how do I use it in its new nixpkgs form?

Or have you moved on and development is basically halted without anybody taking over? Could you please help me understand the status of appvm @jollheef ? Perhaps even add a small note to README.md as a hint to future users? Much appreciated!

kwinz avatar Apr 21 '25 14:04 kwinz

well, nixpkgs is pointing to this repo currently

iirc there is something from @alyssais, but IDK how mature or usable SpectrumOS is rn

cab404 avatar Apr 21 '25 14:04 cab404

Hello,

Thank you for the reminder to sync everything :)

The current status of the project is "it works, but I don’t routinely check support in environments other than my own".

If you encounter any issues or have suggestions, please feel free to open an issue.

And if so, how do I use it in its new nixpkgs form?

virtualisation.appvm = {
  enable = true;
  user = "your_username";
};

jollheef avatar Apr 21 '25 18:04 jollheef