nixos/overlays/additions/rime-ice.nix

10 lines
160 B
Nix
Raw Normal View History

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