mirror of
https://gitlab.com/TECHNOFAB/nixlets.git
synced 2025-12-11 17:40:07 +01:00
Nixlets - like Helm Charts or Grafana Tanka but instead using Nix. https://nixlets.projects.tf
| lib | ||
| nixlets | ||
| template | ||
| .envrc | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| ci.nix | ||
| flake.lock | ||
| flake.nix | ||
| README.md | ||
Nixlets
This repository contains utilities for creating Nixlets and a collection of Nixlets.
Nixlets are kinda like Helm Charts but they are defined using Kubenix and the Nix language.
One can import the Flake and use the renderNixlet function to turn values (like in Helm) into Kubernetes manifests in YAML.
Examples
Check out the existing nixlets to understand how they work.
There is also a bare bones template.