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

9 lines
162 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 = "bunhd_flip";
manifest = ./bunhd.json;
configurePhase = ''
rm a*.png
'';
2022-09-25 13:54:42 +00:00
}