Simple repo that builds navio-core using guix
git clone https://github.com/mxaddict/navio-builder.git /navio
cd navio
./buildAnd you can add this to crontab
* * * * * cd /navio && git fetch && git checkout -f origin/main && ./build >> builds/build.log.txt 2>&1