TIL (today I learned) that nixery.dev is really handy to put together a #container #image on the fly, i.e. you only specify the #nix packages you would like inside the image:
podman run -ti --rm nixery.dev/git/bash/go bash
(and you get an image with git, bash and go)