Re: Unable to edit pulseaudio config file

2020-06-20 Thread Jakub Kądziołka
On Fri, Jun 12, 2020 at 12:56:38AM -0500, Nathan Dehnel wrote: > I made a modified config file in > /home/nathan/.config/pulse/default.pa, and then added this to > config.scm, per the manual: > https://guix.gnu.org/manual/en/html_node/Sound-Services.html > > (service pulseaudio-service-type >

Re: Gitlab CI

2020-06-20 Thread divoplade
Hello Jérémy, The problem is that guix-install.sh asks you whether you want to authorize the substitutes, but it can't because it is not used interactively, so it fails. There are other traps to avoid (do not forget to install ntp, call guix-daemon with --disable-chroot because you are in an unpr

Re: Gitlab CI

2020-06-20 Thread Ricardo Wurmus
Jérémy Korwin-Zmijowski writes: > Hey Guixters ! > > I am experimenting with Gitlab CI for a Guile project I am working on. > It is managed with Hall and I would like to benefit the Guix features. > > Currently, I struggle to run Guix inside the default Debian stable > docker image (framagit.or

Unable to build derivation, even if inputs are available

2020-06-20 Thread Christopher Baines
Hey, I thought I was beginning to understand derivations, but I've hit a problem I can't explain. I've got a derivation in my local store, and as far as I can work out, all the outputs for all the required inputs of this derivation are in the store as well. scheme@(guix-user)> (use-modules (sr

Gitlab CI

2020-06-20 Thread Jérémy Korwin-Zmijowski
Hey Guixters ! I am experimenting with Gitlab CI for a Guile project I am working on. It is managed with Hall and I would like to benefit the Guix features. Currently, I struggle to run Guix inside the default Debian stable docker image (framagit.org). Here is my .gitlab-ci.yml : before_scri