On Tue, 02 Aug 2022, Csepp wrote:
> Olivier Dion via writes:
>
>> Hi,
>>
>> Say I have a .guix.scm in my project with something like
>> (specifications->manifest (list "guile" "guile-fibers" "guile-gcrypt"))
>>
>> If I want to develop with Geiser, it needs to find these modules in its
>> load pat
Olivier Dion via writes:
> Hi,
>
> Say I have a .guix.scm in my project with something like
> (specifications->manifest (list "guile" "guile-fibers" "guile-gcrypt"))
>
> If I want to develop with Geiser, it needs to find these modules in its
> load paths. My solution to this problem is the fol
Hi,
Say I have a .guix.scm in my project with something like
(specifications->manifest (list "guile" "guile-fibers" "guile-gcrypt"))
If I want to develop with Geiser, it needs to find these modules in its
load paths. My solution to this problem is the following .geiser at the
project root:
--8<