3 lines
79 B
Nix
3 lines
79 B
Nix
{ pkgs, ...}: {
|
|
mkPleromaEmoji = pkgs.callPackage ./mkPleromaEmoji.nix {};
|
|
}
|