feat: add nix flake with uv2nix packaging and pytest checks

This commit is contained in:
Konstantin Fickel 2026-02-13 20:44:12 +01:00
parent 09ff809e9a
commit c818e6452e
Signed by: kfickel
GPG key ID: A793722F9933C1A5
4 changed files with 255 additions and 1 deletions

View file

@ -14,7 +14,7 @@ dependencies = [
]
[project.scripts]
bulkgen = "main:main"
bulkgen = "bulkgen.cli:app"
[build-system]
requires = ["hatchling"]