Re: 01/03: guix: store: Add ensure-path.

2020-11-22 Thread Ludovic Courtès
Hi! guix-comm...@gnu.org skribis: > commit 2a7e1121d83ee173a7a0dbfb978a4ac363c7c4a6 > Author: Mathieu Othacehe > AuthorDate: Wed Nov 4 14:39:40 2020 +0100 > > guix: store: Add ensure-path. > > * guix/store.scm (ensure-path): New procedure. [...] > +(define-operation (ensure-path (

Re: [Guix Day] Join the conference!

2020-11-22 Thread Pjotr Prins
That was a great Guix day! Thanks for organizing. I think we had over 80 visitors, maxing around 60 at a time. I think we should do this 2-3 times a year. How about creating a simple survey with questions on your first days living with GNU Guix: 1. What was your primary motivation for starting wi

Re: Yet another new committer

2020-11-22 Thread Katherine Cox-Buday
Jonathan Brielmaier writes: > I'm happy to announce that effective of today I have commit access to > our git repository. Welcome! -- Katherine

Re: /etc/passwd & co. in Docker images

2020-11-22 Thread Ryan Prior
On November 22, 2020, Danny Milosavljevic wrote: > Because the question is what to do if you invoke > >  guix pack -f docker guix postgresql > [snip] > So I would suggest that > >  guix system docker-image ... > > create /etc/passwd by merging the required user accounts like > described > above, b

Re: /etc/passwd & co. in Docker images

2020-11-22 Thread Danny Milosavljevic
Hi Ludo, On Fri, 20 Nov 2020 12:34:07 +0100 Ludovic Courtès wrote: > Danny Milosavljevic skribis: > > > After Ryan Prior's E-Mail I'm pretty sure my workaround of creating /tmp, > > /etc/passwd, /etc/group etc is what Docker actually expects one to do. > > I’ve been pondering whether to cre