From 5ddab9b274fd9c787f4fe6aa96e28423571f26de Mon Sep 17 00:00:00 2001 From: Schrottkatze Date: Wed, 10 Apr 2024 17:37:24 +0200 Subject: [PATCH] add libjxl --- common.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common.nix b/common.nix index ed81c16..d554103 100644 --- a/common.nix +++ b/common.nix @@ -71,6 +71,8 @@ with builtins; { usbutils numbat devd + + libjxl ]; };