chore: Delete waydoird-script overlay

This commit is contained in:
ulic-youthlic 2025-09-17 00:25:17 +08:00
parent 8fec2465d3
commit 1c240dcf08
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721

View file

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