Re: Configuring geiser for load paths of Guix environment

2022-08-02 Thread Olivier Dion via
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

Re: Configuring geiser for load paths of Guix environment

2022-08-01 Thread Csepp
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

Configuring geiser for load paths of Guix environment

2022-08-01 Thread Olivier Dion via
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<