Re: ‘guix pack’ automatic environment for Docker format

2018-02-15 Thread Mathieu Lirzin
Hello, l...@gnu.org (Ludovic Courtès) writes: > Mathieu Lirzin skribis: > >> in order for the compilation environment to be fully ready I need to >> source the /gnu/store...-profile/etc/profile for things like >> CMAKE_PREFIX_PATH, LIBRARY_PATH, ... >> >> While one obvious available solution is

Re: How best to set host key in vm

2018-02-15 Thread George myglc2 Clemmer
Hi Ludo’, On 02/15/2018 at 14:51 Ludovic Courtès writes: > George myglc2 Clemmer skribis: > >> On 02/09/2018 at 11:02 Ludovic Courtès writes: >> >>> George myglc2 Clemmer skribis: >>> I want to set the host key in 'guix system vm-image' so that updating a VM config does not break that

Re: How best to set host key in vm

2018-02-15 Thread Ludovic Courtès
George myglc2 Clemmer skribis: > On 02/09/2018 at 11:02 Ludovic Courtès writes: > >> George myglc2 Clemmer skribis: >> >>> I want to set the host key in 'guix system vm-image' so that updating a >>> VM config does not break that VM's host key entry in my client machine >>> ~/.ssh/knownhosts file

Re: ‘guix pack’ automatic environment for Docker format

2018-02-15 Thread Ludovic Courtès
Hi, Mathieu Lirzin skribis: > in order for the compilation environment to be fully ready I need to > source the /gnu/store...-profile/etc/profile for things like > CMAKE_PREFIX_PATH, LIBRARY_PATH, ... > > While one obvious available solution is to add an extra symlink ‘-S > /etc/profile=etc/prof

using guix for ruby development

2018-02-15 Thread Divan Santana
Hi all, So I'm *trying* to use guix on Parabola Linux to provide the rubies and replace some other functionality of like chruby for instance. I'm a bit of a noob with guix and even ruby, so it's a bit of a challenge. I've read through these nice notes[1] by Pjotr. The answers I'm looking for, ma

Re: using guix for ruby development

2018-02-15 Thread Divan Santana
Divan Santana writes: > Hi all, > > So I'm *trying* to use guix on Parabola Linux to provide the rubies and > replace some other functionality of like chruby for instance. > > I'm a bit of a noob with guix and even ruby, so it's a bit of a > challenge. > > I've read through these nice notes[1] by