feat(mise): Generate toolbox conf.d files dynamically from tools.yaml #1

Merged
xavier merged 3 commits from feat/mise-dynamic-toolboxes into dev 2026-08-31 00:52:24 +02:00
Showing only changes of commit 1c817a92a6 - Show all commits
+2
View File
@@ -2,6 +2,8 @@
{{/* Expects data: (merge (dict "toolboxName" "<name>") .) */}}
{{- $toolboxName := .toolboxName -}}
{{ includeTemplate "chezmoi-managed-header" . }}
# Toolbox: {{ $toolboxName }}
[tools]
{{- $toolsList := index .tools.toolboxes $toolboxName }}
{{- range $tool := $toolsList }}