all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: zimoun <zimon.toutoune@gmail.com>
To: EuAndreh <eu@euandre.org>, help-guix@gnu.org
Subject: Re: ./pre-inst-env with extra channels
Date: Wed, 23 Nov 2022 21:09:12 +0100	[thread overview]
Message-ID: <86zgchfn6f.fsf@gmail.com> (raw)
In-Reply-To: <0527ce9c-0eb1-15fb-5d28-c8db22829643@euandre.org>

Hi,

On Wed, 23 Nov 2022 at 11:11, EuAndreh <eu@euandre.org> wrote:

> But when trying to use the code from my clone, it fails to recognize the 
> extra channels, available in the system-wide /etc/guix/channels.scm file:
>
>      $ ./pre-inst-env guix system build /etc/guix/configuration.scm
>      guix system: error: failed to load '/etc/guix/configuration.scm':
>      ice-9/boot-9.scm:3330:6: In procedure resolve-interface:
>      no code for module (xyz euandreh queue)

In addition to ( answer, you can use ’guix time-machine’ with an
appropriated channels.scm file,

        (list (channel
                (name 'guix)
                (url "https://home/path/to/your/local/checkout/of/guix")
                (branch "master"))
              (channel …)

then,

    guix time-machine -C channels.scm \
         -- system build /etc/guix/configuration.scm

It is another way without using “guix shell -D guix”, ./bootstrap,
./configure and make.  Well, it depends on what you are patching. :-)

Cheers,
simon


  parent reply	other threads:[~2022-11-23 20:50 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-23 11:11 ./pre-inst-env with extra channels EuAndreh
2022-11-23 17:08 ` (
2022-11-23 21:54   ` EuAndreh
2022-11-23 20:09 ` zimoun [this message]
2022-11-23 21:18   ` EuAndreh

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=86zgchfn6f.fsf@gmail.com \
    --to=zimon.toutoune@gmail.com \
    --cc=eu@euandre.org \
    --cc=help-guix@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.