From ea90b2f4979e49ab4217654cfcd290475a0b4b95 Mon Sep 17 00:00:00 2001 From: Daniel Bauer Date: Sat, 15 Aug 2026 11:48:29 +0200 Subject: [PATCH] feat: fix chezmoi templating --- .chezmoi.toml.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.chezmoi.toml.tmpl b/.chezmoi.toml.tmpl index a097996..a73fb74 100644 --- a/.chezmoi.toml.tmpl +++ b/.chezmoi.toml.tmpl @@ -1,4 +1,4 @@ -# Check if this runs in an ephemeral container, e.g. builder, devcontainer, etc. +{{/* Check if this runs in an ephemeral container, e.g. builder, devcontainer, etc. */}} {{- $ephemeralOverride := env "CHEZMOI_EPHEMERAL" -}} {{- $ephemeral := or (eq $ephemeralOverride "1") (eq $ephemeralOverride "true") -}} {{- if not $ephemeralOverride -}} @@ -23,4 +23,4 @@ encryption = "age" [data] github_email = {{ $github_email | quote }} machineClass = {{ $machineClass | quote }} - ephemeral = {{ $ephemeral }} \ No newline at end of file + ephemeral = {{ $ephemeral }}