Jörg Thalheim
Jörg Thalheim
There only seems to be one active maintained library anyway: https://github.com/emersion/go-imap The only third-party dependency seems golang.org/x/text/transform which could be counted as an extended stdlib.
Regarding inclusion into nixpkgs: How big would be the generated files?
I wonder if recursive nix could be used to avoid having the generated files.
Yeah speed and memory consumption are the main concern we have with evaluation of nixpkgs.
This looks really good. I just tried it. For use in nixpkgs we probably would import the `Cargo.nix` file into a different file to add things like metadata and some...
I just tried to package a couple of command line tools we have in nixpkgs: ``` jq -r "keys" < nix/sources.json.txt [ "bat", "exa", "fd", "hexyl", "lsd", "miniserve", "vivid" ]...
> Hi @Mic92, Thank you so much for your experiments! > > I see two ways forward: > > 1. Merge the various Cargo.lock files. > 1a. Require a Cargo.lock...
store path support for nix-prefetch-git: https://github.com/NixOS/nixpkgs/pull/85511
The `nix-prefetch-git` is merged now.
I can try some other ones.