1
0
Fork 0
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.
Find a file
2026-03-19 17:09:06 +08:00
.gitignore Init commit 2026-03-18 22:04:14 +08:00
flake.lock Init commit 2026-03-18 22:04:14 +08:00
flake.nix Add maxLayers config to optimize cache 2026-03-19 17:09:06 +08:00
LICENSE Init commit 2026-03-18 22:04:14 +08:00
README.md Update README 2026-03-18 22:08:19 +08:00

Nix Action Image

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.