poetry2nix/README.org

14 lines
402 B
Org Mode
Raw Normal View History

2019-06-17 16:27:16 +01:00
* Convert poetry projects to nix automagically
This is under _really_ early development
2019-06-17 19:04:44 +01:00
** Missing
*** TODO Avoid version mixing
We need to override pythonPackages attributes with our own equivalents to avoid mixing in versions from upstream nixpkgs in the same closure
*** TODO Non-pypi dependencies
Not implemented at all currently
*** TODO Circular dependencies
Not implemented at all currently