add AVIF support

This commit is contained in:
Fabien Freling 2022-01-13 14:41:39 +01:00
parent fa15d60ae1
commit be3345736b

View file

@ -4,6 +4,7 @@ pkgs.mkShell {
buildInputs = with pkgs; [ buildInputs = with pkgs; [
imagemagick imagemagick
just just
libavif
pandoc pandoc
tup tup
]; ];