No description
Find a file
2019-11-19 20:00:38 +00:00
pkgs/poetry Add nix flake 2019-11-19 20:00:38 +00:00
default.nix Add overlay files 2019-11-19 16:34:50 +00:00
extensions.json Properly fetch sdists with extension 2019-06-24 17:01:27 +01:00
flake.lock Add nix flake 2019-11-19 20:00:38 +00:00
flake.nix Add nix flake 2019-11-19 20:00:38 +00:00
generate.py Properly fetch sdists with extension 2019-06-24 17:01:27 +01:00
Makefile Properly fetch sdists with extension 2019-06-24 17:01:27 +01:00
overlay.nix Add overlay files 2019-11-19 16:34:50 +00:00
overrides.nix Make build-system conditional 2019-11-18 23:39:20 +00:00
pep508.nix pep508: Fix incorrect evaluation of groups 2019-11-16 19:28:21 +00:00
README.org Update README 2019-11-16 19:31:06 +00:00
semver.nix Add support for the python-versions field from poetry.lock 2019-10-16 15:36:52 +01:00

Convert poetry projects to nix automagically

This is under really early development, don't expect things to work.

Missing

TODO Non-pypi dependencies

Not implemented at all currently

TODO Circular dependencies

Not implemented at all currently

TODO Add tests