TIL (today I learned) that while you can install go in a container easily with nixery and you can run it offline. But if the project you want to compile requires a newer go version, it fails as it wants to download the actual go version...
Any idea how I can get a newer go into a #nixery container image? unstable seems to have 1.24.1 already...