added jinja2 python dependency to zshell-cli nix file

This commit is contained in:
Aram Markarov
2026-03-05 22:08:48 +01:00
parent 6371fa56f8
commit 74e417a49c
+1
View File
@@ -16,6 +16,7 @@ python3.pkgs.buildPythonApplication {
dependencies = with python3.pkgs; [ dependencies = with python3.pkgs; [
materialyoucolor materialyoucolor
pillow pillow
jinja2
typer typer
]; ];