On Sun, 08 Jan 2023, Zelphir Kaltstahl <[email protected]> wrote:
> ~~~~
> user@user-desktop:~/dev/advent-of-code-2022/day-14$ guix shell \
>> --file=guile-parallel/.guix.scm \
>> --with-source=guile-parallel=guile-parallel
> user@user-desktop:~/dev/advent-of-code-2022/day-14$ guile
Try with:
--8<---------------cut here---------------start------------->8---
guix shell \
guile \
--file=guile-parallel/.guix.scm \
--with-source=guile-parallel=guile-parallel
--8<---------------cut here---------------end--------------->8---
otherwise you're using the guile in the previous environment, which does
not have its load path set correctly I think!
--
Olivier Dion
oldiob.dev