pyzotero-cli

This commit is contained in:
2026-02-06 16:06:50 +01:00
parent e74b485510
commit 387330c227
4 changed files with 85 additions and 1 deletions

View File

@@ -3,5 +3,5 @@ let
packages = import ../pkgs { pkgs = prev; };
in
{
inherit (packages) example-a example-b;
inherit (packages) example-a example-b pyzotero pyzotero-cli;
}