David Craven <da...@craven.ch> 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’.