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/fox.nix

11 lines
280 B
Nix
Raw Normal View History

2022-09-25 14:46:19 +00:00
{callPackage}:
callPackage ../../../lib/mkPleromaEmoji.nix {} rec {
2022-09-25 13:54:42 +00:00
name = "fox";
manifest = ./${name}.json;
passthru.updateScript = [
../../../scripts/update-json.sh
"https://volpeon.ink/art/emojis/${name}/manifest.json"
"art/emoji/volpeon/${name}.json"
];
}