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: David Craven
Subject: Re: guix system seems not to respect ./pre-inst-env
Date: Sun, 18 Dec 2016 17:30:12 +0100

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



reply via email to

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