Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

overrides: integrate poetry2nix_override_bruteforcer (many overrides...) #1742

Commits on Aug 23, 2024

  1. overrides: integrate poetry2nix_override_bruteforcer

    (poetry2nix_override_bruteforcer)[https://github.com/TyberiusPrime/poetry2nix_override_bruteforcer] as an attempt to enlarge the set of
    packages poetry2nix can atually build.
    
    It starts with a 16kish set of python packages (top 8k by downloads,
    everything with 5 or more pypi dependencies), tries to build them,
    and then auto-writes build-systems / overrides, downloads cargo.locks
    etc., all  depending on the failure messages.
    
    With a little bit of polishing, these are then ready to integrate
    into poetry2nix.
    
    I have chosen to integrate them as separate files,
    since it's so much generated code, and I don't want to polute the
    current set of hand-crafted overrides. Also it should make updates
    later on easy, since we don't need to actually merge files.
    
    And I fully expect that they get both larger, and more polished
    in the future as the scope and sophistication of poetry2nix_override_bruteforcer
    grows.
    TyberiusPrime committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    d08a3e9 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    2054230 View commit details
    Browse the repository at this point in the history