From be3345736bb7c9a2b44c53d893a2ec8eb3955e72 Mon Sep 17 00:00:00 2001 From: Fabien Freling Date: Thu, 13 Jan 2022 14:41:39 +0100 Subject: [PATCH] add AVIF support --- shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.nix b/shell.nix index d95466a..dcde169 100644 --- a/shell.nix +++ b/shell.nix @@ -4,6 +4,7 @@ pkgs.mkShell { buildInputs = with pkgs; [ imagemagick just + libavif pandoc tup ];