From d16f0957f965dc7ec7c317f7ffadfbc0fab996b7 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 ];