Re: Guix home and operating-system

2022-07-27 Thread Andrew Tropin
On 2022-07-18 11:38, Ludovic Courtès wrote: > Hi, > > Andrew Tropin skribis: > >> I don't remember all the details and where I stopped, but the highlevel >> idea is following: >> >> - Define a system services, which contains (user . home-environment) pairs. >> - Build home environments on system

Re: developing javascript with guix

2022-07-27 Thread Maxime Devos
On 27-07-2022 02:25, jgart wrote: Should we make a guide for developing with js and guix? For example, how does a js developer use `guix shell` to load a js lib like node-rimraf in a repl currently? This one is not in Guix, so I'll replace it by node-mersenne. There's currently no doc for get

Re: developing javascript with guix

2022-07-27 Thread jgart
On Wed, 27 Jul 2022 11:33:43 +0200 Maxime Devos wrote: Hi Maxime, Hope all is well. > Let's try not doing anything special: Thanks for the repl example and for trying out a Guix developer js workflow for me. Do you happen to know if the same approach works for erlang? I think we should have l

Re: developing javascript with guix

2022-07-27 Thread Ryan Prior
On Wednesday, July 27th, 2022 at 10:25 PM, jgart wrote: > > > On Wed, 27 Jul 2022 11:33:43 +0200 Maxime Devos maximede...@telenet.be wrote: > > > Hi Maxime, > > Hope all is well. > > > Let's try not doing anything special: > > > Thanks for the repl example and for trying out a Guix developer js

Re: Guix home and operating-system

2022-07-27 Thread bokr
Hi Andrew, On +2022-07-27 11:34:14 +0300, Andrew Tropin wrote: > On 2022-07-18 11:38, Ludovic Courtès wrote: > > > Hi, > > > > Andrew Tropin skribis: > > > >> I don't remember all the details and where I stopped, but the highlevel > >> idea is following: > >> > >> - Define a system services, whi