Re: developing software with guix environment

2017-07-28 Thread Adonay Felipe Nogueira
Thank you very much for the information. :)

Re: developing software with guix environment

2017-07-18 Thread Ludovic Courtès
Hi, Adonay Felipe Nogueira skribis: > About "preventing environment from being updated by ‘guix pull’ in the > meantime", do you mean that: > > 1. Even if I specify the `--root [Some file path.]` option to `guix >environment`. > > 2. Exit/leave the environmente due to other stuff. > > 3. Som

Re: developing software with guix environment

2017-07-17 Thread Adonay Felipe Nogueira
ludo, I'm very new to guix environment, but I'm wondering something: About "preventing environment from being updated by ‘guix pull’ in the meantime", do you mean that: 1. Even if I specify the `--root [Some file path.]` option to `guix environment`. 2. Exit/leave the environmente due to othe

Re: developing software with guix environment

2017-07-17 Thread Ludovic Courtès
Hi nee, nee skribis: > Hello, I've been using guix `environment -l env.scm` to work on > different programming projects on my laptop. > The problem is: When I do guix pull or gc, these environments might get > lost, and when I'm on the train with no network and run `guix > environment` it will t

developing software with guix environment

2017-07-15 Thread nee
Hello, I've been using guix `environment -l env.scm` to work on different programming projects on my laptop. The problem is: When I do guix pull or gc, these environments might get lost, and when I'm on the train with no network and run `guix environment` it will try to graft/rebuild/whatever, whic