Re: guix system docker-image: nix not found

2021-05-09 Thread stuebinm
On Sun, May 09, 2021 at 08:58:59PM +0200, stuebinm wrote: When trying with dummy values (taken from my own system config), `guix system docker-image system.scm` fails to build the guix-docker-image.tar.gz.drv, and the build log contains /gnu/store/...bash-5.0.16/bin/bash: nix: command not fou

Re: guix system docker-image: nix not found

2021-05-09 Thread Leo Famulari
On Sun, May 09, 2021 at 09:59:06PM +0200, stuebinm wrote: > The actual logfile is of the vm running out of memory, which is a known > issue [1]; I'll look into how to solve that. Oh... we need to fix that. Sorry for the roadblock.

Re: guix system docker-image: nix not found

2021-05-09 Thread Leo Famulari
On Sun, May 09, 2021 at 08:58:59PM +0200, stuebinm wrote: > When trying with dummy values (taken from my own system config), > `guix system docker-image system.scm` fails to build the > guix-docker-image.tar.gz.drv, and the build log contains > > /gnu/store/...bash-5.0.16/bin/bash: nix: command

guix system docker-image: nix not found

2021-05-09 Thread stuebinm
Hi all, I've been playing around with docker containers and guix (both to package software, and to eventually fit "building guix packages" into a docker-based CI pipeline). The guix manual mentions that apart from `guix pack`, `guix system` can also build docker images of whole system config