mirror of
https://codeberg.org/HPCesia/nix-act-image.git
synced 2026-03-22 17:21:53 +08:00
A Nix OCI image builder for Forgejo Actions.
- Nix 100%
| .gitignore | ||
| flake.lock | ||
| flake.nix | ||
| LICENSE | ||
| README.md | ||
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.