add env zip dependency

This commit is contained in:
2025-11-09 18:08:21 +01:00
parent 1dfefea074
commit 4a293f7405

View File

@@ -11,7 +11,7 @@
in
{
devShell = with pkgs; mkShell {
buildInputs = [ typst gnumake jq xdg-utils ];
buildInputs = [ typst gnumake jq xdg-utils zip ];
};
}
);