poetry2nix
poetry2nix copied to clipboard
passing poetry config
Describe the issue
I am trying to use poetry2nix.mkPoetryEnv
to set up a poetry environment but I have custom poetry no-binary
config stored in a separate poetry.toml
file. How can I pass that that file's contents to mkPoetryEnv
in addition to my pyproject.toml
and poetry.lock
?