module(waydroid): Add waydroid module

This commit is contained in:
ulic-youthlic 2025-07-02 18:39:25 +08:00
parent 4b2706cf9b
commit 6267da609a
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
11 changed files with 381 additions and 11 deletions

View file

@ -0,0 +1,5 @@
{outputs, ...}: _final: prev: let
inherit (prev.stdenv.hostPlatform) system;
in {
inherit (outputs.packages.${system}) waydroid-script;
}