tazjin/nixery
Container registry which transparently builds images using the Nix package manager. Canonical repository is https://cs.tvl.fyi/depot/-/tree/tools/nixery observed · 2026-08-28
Health v2 · maintenance only
66/100
- Activity 76
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2592
- days_rel: n/a
- days_push: 147
- n_releases_24m: 0
Adoption not part of the score
2017 stars · 82 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Nixery is a Docker-compatible container registry that transparently builds container images on demand using the Nix package manager. Packages to include are specified as path components of the image name, and layers are cached and served from object storage like GCS or S3.
Use cases
- pull ad-hoc container images with arbitrary nixpkgs packages without writing a Dockerfile
- run one-off tools in containers like docker run nixery.dev/shell/git/htop
- self-host a private container registry backed by a custom nixpkgs overlay in git
- serve efficiently cached image layers for Kubernetes workloads
- get ARM64 container images without cross-compilation setup
When to choose
- you want container images built from Nix packages without maintaining Dockerfiles
- you need ephemeral images with arbitrary package combinations on demand
- you want layer caching that shares dependencies across images
- you run NixOS or Nix-based infrastructure and want registry-native delivery
When to avoid
- you need reproducible, version-pinned images checked into CI
- your packages are not available in nixpkgs and you don't use Nix
- you need Windows container images
- you want a registry with full OCI push support from client-side builds
Facets
service · maturity active
container-runtime deployment package-manager http-server cloud cloud-computing developer-tools self-hosted cloud self-hosted go nix container-registry oci-images on-demand-builds docker-registry nixpkgs devops containers linux docker kubernetes
2 sources
- readme: https://github.com/tazjin/nixery · fetched 2026-08-28 · dbdcca59df95
- homepage: https://nixery.dev/ · fetched 2026-08-29 · bb4b5771d1f4
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| tazjin/nixery | main | 66 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem