You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, unfortunately there is no progress on this so far. PR's are welcome.
As long as your package's build backend is supported by pkgs.buildPythonPackage, then you can also use mach-nix.buildPythonPackage.
Just provide the list of requirements via requirements argument.
You probably have to pass format = "pyproject" as well. See mk-python-derivation.nix in nixpkgs
Some projects use pyproject.toml instead of requirements.txt to specify their requirements. It would be great to support this format.
This also needs to be added to the crawler.
Relevant PEPs:
PEP-518
The text was updated successfully, but these errors were encountered: