From 3ca9f9d987a882ba91d46f2b67c06f3edb8be0f1 Mon Sep 17 00:00:00 2001 From: Xarvex Date: Sat, 8 Mar 2025 11:41:47 -0600 Subject: [PATCH] feat(flake): output pillow-jxl-plugin and vtf2img --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index f5a43357c..c8e5191f8 100644 --- a/flake.nix +++ b/flake.nix @@ -43,6 +43,8 @@ inherit pillow-jxl-plugin vtf2img; }; tagstudio-jxl = tagstudio.override { withJXLSupport = true; }; + + inherit pillow-jxl-plugin vtf2img; }; devShells = rec {