diff --git a/nix/overlays/emoji-picker.nix b/nix/overlays/emoji-picker.nix new file mode 100644 index 00000000..0027d423 --- /dev/null +++ b/nix/overlays/emoji-picker.nix @@ -0,0 +1,7 @@ +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") {}; + } diff --git a/npins/sources.json b/npins/sources.json index 2e28ae6e..b629b174 100644 --- a/npins/sources.json +++ b/npins/sources.json @@ -46,6 +46,19 @@ "hash": "0rddwwrkbbgcdava542qg1wb3ca9d6g24l9gp4ghp55f04p55p79", "frozen": true }, + "emoji-picker": { + "type": "Git", + "repository": { + "type": "GitHub", + "owner": "leana8959", + "repo": "emoji-picker" + }, + "branch": "master", + "submodules": false, + "revision": "353eee703b5d96c28333814d4413f126c86f26c2", + "url": "https://github.com/leana8959/emoji-picker/archive/353eee703b5d96c28333814d4413f126c86f26c2.tar.gz", + "hash": "177ldizg1h4mndxmj2qclgi1p73yy6wmr3nix003d5rr4jmm2dhi" + }, "fcitx5-table-extra": { "type": "Git", "repository": {