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