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
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
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
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/