New ,build command sets the wrong path for guix daemon

2022-10-07 Thread Joshua Branson
Hello! The new ,build meta command is pretty awesome! It works in the guix repl, but seems to give an error in the geiser repl. #+BEGIN_SRC org joshua@crazyhorse ~ (master)> guix repl GNU Guile 3.0.8 Copyright (C) 1995-2021 Free Software Foundation, Inc. Guile comes with ABSOLUTELY NO WARRANT

Re: New ,build command sets the wrong path for guix daemon

2022-10-08 Thread Ricardo Wurmus
Joshua Branson writes: > But do the same in a geiser repl, and I am running into trouble: > > #+BEGIN_SRC org > ,m (gnu services mail) > scheme@(gnu services mail)> ,use (guix) > scheme@(gnu services mail)> > While executing meta-command: > ERROR: > 1. &store-connection-error: > file: "

Re: New ,build command sets the wrong path for guix daemon

2022-10-08 Thread jbranso
October 8, 2022 4:51 AM, "Ricardo Wurmus" wrote: > Joshua Branson writes: > >> But do the same in a geiser repl, and I am running into trouble: >> >> #+BEGIN_SRC org >> ,m (gnu services mail) >> scheme@(gnu services mail)> ,use (guix) >> scheme@(gnu services mail)> >> While executing meta-comm