HACKING (299B)
1 you can send patches to the nixpkgs-dev mailing list: 2 3 git config sendemail.to "~andir/nixpkgs-dev@lists.sr.ht" 4 git config format.subjectPrefix "PATCH ml-tools" 5 git send-email --dry-run --annotate HEAD^ 6 7 remove --dry-run when you feel comfortable 8 9 see https://git-send-email.io if you are confused