guix-devel
[Top][All Lists]
Advanced

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

Re: How to write Guix extension?


From: zimoun
Subject: Re: How to write Guix extension?
Date: Wed, 07 Sep 2022 14:36:07 +0200

Hi Ricardo,

Thanks for explaining.

On Wed, 07 Sep 2022 at 14:25, Ricardo Wurmus <rekado@elephly.net> wrote:

>> load-path: 
>>   "/tmp/example/my"
>
> This is not correct.  It should be /tmp/example.

Indeed.


>                                   What doesn’t work is
>
>     (use-modules (my top))
>     (from-top)
>
> but
>
>     ((@ (my top) from-top))
>
> works fine.

Well, if (use-modules (my top)) goes outside define-command, it
works. \o/


Cheers,
simon



reply via email to

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