DavHau
DavHau
Some more tasks that should be completed: - [ ] Community Overrides: Implement, document, initialize
@aszenz your help would be much appreciated. I opened an issue for the php migration: https://github.com/nix-community/dream2nix/issues/550 Feel free to post any questions you have on that issue.
> If no one is porting the rust subsystem yet, can I pick it up? Some pointers would be helpful since I haven't looked at how all of the code...
I pushed my work here: https://github.com/nix-community/dream2nix/pull/606
Why is there no diff based sharing. I thought git only stores the diff, and therefore it's more efficient than that.
BTW, today I put up https://github.com/DavHau/nix-pypi-fetcher-2
Expressing diffs withing the repo as files will impact evaluation performance as nix then has to merge attribute sets. We could have one file per package name. That would minimize...
> What queries do we have against the nix-pypi-fetcher db? Usually we know the list of packages that we want to query upfront, so this could work in principle. The...
> Another way to implement this, could be to create a new FOD fetcher, which gets as an input the nix-pypi-fetcher.tar.gz, and the metadata for the requested package, then extracts...
> how likely am i to be able to submit my generated packages to nixpkgs?(my sister also needs the packages, she doesn't uses flakes and ideally i wouldn't need to...