Open cospectrum opened 1 month ago
uv2nix had a similary run in recently. 'bin/fastapi' is being supplied by both packages, but goes to the same entry point. Perhaps try to add an override for fastapi that deletes bin/fastapi after build, so that fastapi-cli can place it's version (or visa versa).
Describe the issue
I would expect
fastapi
cmd to work withmkPoetryEnv
and the latestfastapi[standard]
, but it does not.poetry run fastapi
does not find a command. I can seefastapi
bin in the finalpoetryEnv
derivation, but its broken and tells me to runpip install fastapi[standard]
(still doesn't help). If I try to addfastapi-cli
as a poetry dependency, the build will fail completely.