Nix Action Image
A Nix OCI image builder for Forgejo Actions.
Components
- Nix (with flakes and nix-command enabled)
- Most components in catthehacker/docker_images
actimage.
Usage
This image use nlewo/nix2container to build OCI images from Nix expressions. You can use it to build and push images to a registry. Check it’s documentation for more details.
# Test image
nix run .#packages.x86_64-linux.default.copyToPodman
podman run -it docker.io/hpcesia/nix-act-image:latest
# Push image
nix run .#packages.x86_64-linux.default.copyToRegistry
You can find generated images in docker.io.