packages: refactor emoji-picker into a package

This commit is contained in:
Primrose 2025-07-25 09:09:53 +02:00
parent f0e78ee262
commit f6a94713e1
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
4 changed files with 34 additions and 21 deletions

View file

@ -1,7 +0,0 @@
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") {};
}