nixos/overlays/additions/rime-ice.nix

7 lines
158 B
Nix
Raw Normal View History

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