From 74e417a49c2e235e4471f41ce5ed4c891e3d22c8 Mon Sep 17 00:00:00 2001 From: Aram Markarov Date: Thu, 5 Mar 2026 22:08:48 +0100 Subject: [PATCH] added jinja2 python dependency to zshell-cli nix file --- nix/zshell-cli.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/zshell-cli.nix b/nix/zshell-cli.nix index bac5af7..f3cc3b1 100644 --- a/nix/zshell-cli.nix +++ b/nix/zshell-cli.nix @@ -16,6 +16,7 @@ python3.pkgs.buildPythonApplication { dependencies = with python3.pkgs; [ materialyoucolor pillow + jinja2 typer ];