Experimenting with Woodpecker CI on @Codeberg this morning. It's really easy to get started, which is nice.
Since the build images are all Docker containers, I'm now looking into how I can create a custom. build image to use Guix Shell to manage build dependencies and environment.
I'll either create a Docker image directly from `guix system` or use the Guix package in the Debian image to set things up more simply. Will be fun to experiment!