Hi, On Wed, 25 Oct 2023 at 02:24, "jgart" <jg...@dismail.de> wrote:
> What if we had a command like `guix shell init`. > > It would create a basic manifest.scm or guix.scm file for the user. Is guix shell --export-manifest not already doing that? And “guix package --export-channels” is similar for the channels.scm file. Well, we could have a command somewhere for exporting both. Maybe. Following the idea, you would like: guix shell --init=python that generates some guix.scm and channels.scm file where the guix.scm would be a template for building Python some project. Right? Cheers, simon