[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: guix shell init
From: |
Simon Tournier |
Subject: |
Re: guix shell init |
Date: |
Wed, 25 Oct 2023 13:10:50 +0200 |
Hi,
On Wed, 25 Oct 2023 at 02:24, "jgart" <jgart@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