nixlets/template/default.nix

9 lines
139 B
Nix
Raw Normal View History

2024-05-08 17:09:17 +00:00
{nixlet, ...}: {
2024-03-06 10:23:25 +00:00
imports = [
# import other files here
];
kubernetes.resources = {
# define Kubernetes resources here
};
}