Nixlets - like Helm Charts or Grafana Tanka but instead using Nix. https://nixlets.projects.tf
Find a file
TECHNOFAB 57f66fadd4 Merge branch 'feat/rewrite' into 'main'
feat: rewrite how nixlets work

See merge request TECHNOFAB/nixlets!1
2024-05-08 17:09:17 +00:00
lib feat: rewrite how nixlets work 2024-05-08 17:09:17 +00:00
nixlets feat: rewrite how nixlets work 2024-05-08 17:09:17 +00:00
template feat: rewrite how nixlets work 2024-05-08 17:09:17 +00:00
.envrc chore: add basic template and lib 2024-03-06 10:23:25 +00:00
.gitignore chore: add basic template and lib 2024-03-06 10:23:25 +00:00
.gitlab-ci.yml chore: add CI and fix attic nixlet 2024-03-09 15:32:47 +01:00
ci.nix feat: rewrite how nixlets work 2024-05-08 17:09:17 +00:00
flake.lock feat: rewrite how nixlets work 2024-05-08 17:09:17 +00:00
flake.nix feat: rewrite how nixlets work 2024-05-08 17:09:17 +00:00
README.md chore: add basic template and lib 2024-03-06 10:23:25 +00:00

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.