Feng Shu (2017-07-26 20:44 +0800) wrote:

> l...@gnu.org (Ludovic Courtès) writes:
[...]
>> The rest (setting up the symlink) is a little less convenient though.
>> See (guix scripts package) or the equivalent Emacs-Guix code for how
>> this works.
>
> (build-and-use-profile store "~/.guix-profile" $2)
>
> How can I get the "store"?

For example, like this:

(with-store store
  (build-and-use-profile ...))

-- 
Alex

Reply via email to