This repository has been archived on 2024-10-13. You can view files and clone it, but cannot push or open issues or pull requests.
nix-packages/art/emoji/volpeon/gphn.nix

11 lines
286 B
Nix
Raw Normal View History

2022-11-28 17:35:41 +00:00
{callPackage}:
callPackage ../../../lib/mkPleromaEmoji.nix {} rec {
name = "gphn";
manifest = ./${name}.json;
2023-07-01 13:58:12 +00:00
passthru.updateScript = [
../../../scripts/update-json.sh
"https://volpeon.ink/projects/emojis/${name}/manifest.json"
"art/emoji/volpeon/${name}.json"
];
2022-11-28 17:35:41 +00:00
}