.files/nix/overlays/emoji-picker.nix

7 lines
187 B
Nix

let
sources = import ../../npins;
in
final: _: {
# `-rs` to not mask the go one in nixpkgs
emoji-picker-rs = final.callPackage (sources.emoji-picker + "/package.nix") {};
}