Re: Guix containers 'advertised' in git repos

2020-08-28 Thread Ludovic Courtès
Hello, Pjotr Prins skribis: > We are using Guix containers for deployment and software development. > I was thinking it would be nice to advertise them in the git repos. > > Maybe we can standardise on that. What I have now is have a file > > .git-deploy > > for deployment. E.g., > https://git

Re: Guix containers 'advertised' in git repos

2020-08-27 Thread zimoun
Hi Pjotr, On Mon, 10 Aug 2020 at 12:36, Pjotr Prins wrote: > We are using Guix containers for deployment and software development. > I was thinking it would be nice to advertise them in the git repos. > > Maybe we can standardise on that. What I have now is have a file > > .git-deploy > > for d

Re: Guix containers 'advertised' in git repos

2020-08-10 Thread David Dashyan
Hi! We do the same thing, kind of, but due to our CLA restrictions we have everything in separate repository. https://github.com/ipdb/bigchaindb-guix I've named the file "activate" which is python's idiom taken from virtualenv. And it creates persistent dev environment in ".genv" directory (m

Guix containers 'advertised' in git repos

2020-08-10 Thread Pjotr Prins
We are using Guix containers for deployment and software development. I was thinking it would be nice to advertise them in the git repos. Maybe we can standardise on that. What I have now is have a file .git-deploy for deployment. E.g., https://github.com/encryption4genetics/HEGP-website/blob/