unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: David Craven <david@craven.ch>
To: John Darrington <john@darrington.wattle.id.au>
Cc: guix-devel <guix-devel@gnu.org>
Subject: Re: guix system seems not to respect ./pre-inst-env
Date: Sun, 18 Dec 2016 17:30:12 +0100	[thread overview]
Message-ID: <CAL1_imnFA5rJP-UGx7F3-oJ8U8XubxX0aDpF9X4LXaycs-LAyA@mail.gmail.com> (raw)
In-Reply-To: <20161218134237.GA9419@jocasta.intra>

I think you have to do something like this:

(define guix-local
  (package
    (inherit guix)
    (source (local-file "path to guix local")))

(define guix-service-local
  (guix-service (guix-configuration (authorize-key? #t) (guix guix-local)))

and add guix-service-local to your installer.

HTH

  parent reply	other threads:[~2016-12-18 16:30 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-18 13:42 guix system seems not to respect ./pre-inst-env John Darrington
2016-12-18 16:24 ` Mark H Weaver
2016-12-18 16:30 ` David Craven [this message]
2016-12-19 10:56   ` Ludovic Courtès
2016-12-19 10:55 ` Ludovic Courtès

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=CAL1_imnFA5rJP-UGx7F3-oJ8U8XubxX0aDpF9X4LXaycs-LAyA@mail.gmail.com \
    --to=david@craven.ch \
    --cc=guix-devel@gnu.org \
    --cc=john@darrington.wattle.id.au \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).