Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.
/ microgram Public archive

Latest commit

 

History

History
19 lines (13 loc) · 404 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 404 Bytes

python2nix

Helper to build python nix packages that generates nix-expressions.

Quick start:

  • python -mpython2nix thumbor
  • double-check dependencies in nixpkgs
  • re-run for missing dependencies
  • copy-paste
  • ???
  • PROFIT!

Don't consider these scripts to be stable.

Known issues

  • Needs pip==1.5.6 to work.
  • Apparently doesn't handle tests_require.