DavHau
DavHau
Sounds cool. Let me know how in case you succeed. Maybe we can add it to the list of caches later. Another alternative you could try is running aarch64 stuff....
I think there is no need to push arm64 to your cache. Arm64 (aarch64) is already cached on cache.nixos.org AFAIK. Concerning you problem, I'm afraid I have no idea. The...
Sure, which channel are you on? For best stability you should probably use either nixos-20.03 or nixos-20.09.
Did you know, that modern Raspbian / Respberry PI OS can be configured to work with aarch64 binaries? I'd highly recommend to go that route instead of going through the...
I guess then we might want to create a new repo `pypi-deps-db-2` as we did for nix-pypi-fetcher. I just did so and added you as a collaborator: https://github.com/DavHau/pypi-deps-db-2
I'm not sure to be honest. It's a while since I implemented this. It's possible that I missed something, or that the data we're interested in wasn't available at that...
Good point. We should remove deleted packages
Currently setuptools is used directly and that obviously reduces support to packages being built via setuptools. I'm not sure how exactly building wheels without setup.py works for most projects. I...
The problem I see with this is that we cannot do arbitrary web requests during a nix build without providing the sha256 for the response upfront. We would basically need...
Thanks, that's amazing advice. I'll try to incorporate that. If you have more ideas like that, please let me know ;)