certbot-service-type default-location #f not working

2025-04-27 Thread Mark L
Hi all, I've started to get more into deploying our full GNU Guix system. I'm very impressed! However I think I ran into an issue: I added the nginx-service-type and certbot-service-type to my configuration and configured a NGINX HTTP server with a location for the webroot. I redeployed and sa

Re: Question about build systems and programming language dependencies

2025-04-13 Thread Mark L.
Hi everyone, sorry for taking so long to read your replies, I thought my original mail got lost. I just wanted to briefly thank each of you for the extensive and super helpful replies! `guix import` indeed looks like the solution for now, if that allows to pass a lockfile provided by the lang

Question about build systems and programming language dependencies

2025-04-06 Thread Mark L.
Hi everyone! I am trying out Guix to build software, I like it so far, but what confuses me are the build systems. I originally thought a build system would figure out which dependencies are needed based on the project lockfile (has versions and hashes) and then installs them from there. But i