add AVIF support

master
Fabien Freling 2022-01-13 14:41:39 +01:00
parent cb36227bd4
commit d16f0957f9
1 changed files with 1 additions and 0 deletions

View File

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