guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: guix system seems not to respect ./pre-inst-env


From: Ludovic Courtès
Subject: Re: guix system seems not to respect ./pre-inst-env
Date: Mon, 19 Dec 2016 11:56:10 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

David Craven <address@hidden> skribis:

> 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.

Exactly.  ‘current-guix’ in (gnu packages package-management) is a
slightly more sophisticated version of that.

Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]