Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 227 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (13 loc) · 227 Bytes

Notes

Some projects are only meant to be used on windows. Do not try to package them:

{
  patchClosure = closure: builtins.removeAttrs closure [
    "pywin32"
    "pywinpty"
    "twisted-iocpsupport"
  ];
}