Hello Guix,
What is your workflow for adding packages via `guix import` which have a
lot of new/updated dependencies? Though `guix import` almost always
writes the package defs perfectly, I find the real tedium is _placing_
all of these imported packages in their proper places... it becomes look
at package->judge which file it goes to->cut def->locate where it goes
in the file alphabetically->paste, for every single package of what
could be dozens of imported packages (sometimes it is instead an update
of a package!).
1) Is there a better way to do this?
2) Is each contributor responsible for keeping the crates-*.scm (or
similar) files sorted and if so is there an automated way to insert
packages alphabetically?
3) Is crates-io.scm strictly for I/O related rust packages or is it the
de-facto "generic/xyz" file for rust?