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
{{ message }}
This repository was archived by the owner on Oct 7, 2022. It is now read-only.
Because I need a version at a specific commit that was never released. pypi2nix outputs the "correct" version 0.7.0 into requirements_frozen.txt - this commit still says 0.7.0 but the code is newer than the actual 0.7.0 release. The problem however is in requirements_generated.nix. This is the offending derivation:
src is pointing at pypi and picking up the actual 0.7.0 which is not the version in requirements.txt.
I got around this by providing a git source in the overrides but this has to be kept in sync manually so I'd really rather the tool does that for me. Slightly offtopic: this is really the only override I needed for 2600 lines of generated nix code - you built an awesome tool!