Re: Running make inside a Guix Container From Outside

2021-09-09 Thread jgart
On Tue, 07 Sep 2021 17:47:28 +0200 zimoun wrote: > Hope that helps, > simon Thank you Simon! That solves it for me. :) all best, jgart

Re: Running make inside a Guix Container From Outside

2021-09-07 Thread zimoun
Hi, On Mon, 6 Sept 2021 at 18:58, jgart wrote: > ``` > #!/bin/sh > git clone https://git.savannah.gnu.org/git/guix.git guix-3000 > cd guix-3000 > guix environment guix --container > ./bootstrap > ./configure --local-statedir=/var > time make > exit > print "ready for hacking" > ``` Instead, I w