2025-04-28 21:20:32 +08:00
|
|
|
{outputs, ...}: final: prev: let
|
2025-03-16 00:26:37 +08:00
|
|
|
inherit (final) stdenv;
|
|
|
|
|
inherit (stdenv.hostPlatform) system;
|
2025-04-28 21:20:32 +08:00
|
|
|
in {
|
2025-03-16 00:26:37 +08:00
|
|
|
rime-ice = outputs.packages."${system}".rime-ice;
|
|
|
|
|
}
|