A Nix OCI image builder for Forgejo Actions.
Find a file
2026-09-06 18:10:05 +08:00
.woodpecker Remove label filter in CI 2026-05-27 01:10:34 +08:00
.gitignore Init commit 2026-03-18 22:04:14 +08:00
flake.lock Update Nix flake lock 2026-08-30 00:26:54 +00:00
flake.nix Add latest tag 2026-09-06 12:22:54 +08:00
LICENSE Init commit 2026-03-18 22:04:14 +08:00
package.nix Fix Nix $PATH 2026-09-06 18:10:05 +08:00
README.md UPpdate README 2026-07-23 23:50:28 +08:00

Nix Action Image

Docker Image Version

A Nix OCI image builder for Forgejo Actions.

Components

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.

Acknowledgements

License

MIT