Hi again,
Another (potentially silly) question: How are you setting development environments? I know that you can use guix environment ...
and you even can connect it with direnv
(I am using this https://github.com/direnv/direnv/blob/8e53139148945df922fd00b85bbdd0694554ec9b/stdlib.sh#L1144 from the direnv
site, so basically in your .envrc
you call use guix packages
and it will copy the packages in the same directory, in order to speed up the process)
But, this is the correct/optimal setup? Or how are you doing it? Could you share your workflow?