feat: Add rime-all package for all rime plugins

This commit is contained in:
ulic-youthlic 2025-11-02 07:21:08 +08:00
parent 7be2edee33
commit fe6e4f4c0b
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
8 changed files with 31 additions and 18 deletions

View file

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