Re: Elm and Guix

2022-09-13 Thread Philip McGrath
Hi, On 9/13/22 20:27, jgart wrote: From: jgart To: Guix Help Cc: Philip McGrath Bcc: Subject: Using elm with Guix Reply-To: In-Reply-To: Hi, I'v been trying to use elm with Guix at the repl and by compiling a src/Main.elm file and elm doesn't find any of the Guix-installed dependencies: I

Elm and Guix

2022-09-13 Thread jgart
From: jgart To: Guix Help Cc: Philip McGrath Bcc: Subject: Using elm with Guix Reply-To: In-Reply-To: Hi, I'v been trying to use elm with Guix at the repl and by compiling a src/Main.elm file and elm doesn't find any of the Guix-installed dependencies: ``` guix-shell elm make src/Main.elm De