nixos/overlays/additions/rime-ice.nix

6 lines
137 B
Nix
Raw Normal View History

{outputs, ...}: final: prev: let
2025-05-03 11:35:18 +08:00
inherit (prev.stdenv.hostPlatform) system;
in {
2025-03-16 00:26:37 +08:00
rime-ice = outputs.packages."${system}".rime-ice;
}