mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
7 lines
187 B
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") {};
|
|
}
|