From e50a91edabdbc28f11ba1c1188db9d49da676f3c Mon Sep 17 00:00:00 2001 From: Xavier Logerais Date: Wed, 15 Jul 2026 15:54:19 +0200 Subject: [PATCH] fix(mise): Fix generation for ~/.config/mise/config.toml --- .chezmoitemplates/mise-tools | 6 +++--- private_dot_config/mise/config.toml.tmpl | 3 --- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.chezmoitemplates/mise-tools b/.chezmoitemplates/mise-tools index 0661b7c..e381313 100644 --- a/.chezmoitemplates/mise-tools +++ b/.chezmoitemplates/mise-tools @@ -13,9 +13,9 @@ {{- range $tool := $toolsList }} {{- /* Gestion fine du cas particulier de 'tea' mis en commentaire dans votre yaml */}} {{- if eq $tool "tea" }} -tea = { version = "0.14.2", url = "https://gitea.com/gitea/tea/releases/download/v{{`{{ version }}`}}/tea-{{`{{ version }}`}}-{{`{{ os() }}`}}-{{`{{ arch(x64="amd64") }}`}}.xz" } +tea = { version = "0.14.2", url = "https://gitea.com/gitea/tea/releases/download/v{{`{{ version }}`}}/tea-{{`{{ version }}`}}-{{`{{ os() }}`}}-{{`{{ arch(x64=amd64) }}`}}.xz" } {{- else }} -{{ $tool }} = "latest" +"{{ $tool }}" = "latest" {{- end }} {{- end }} {{- end }} @@ -27,7 +27,7 @@ tea = { version = "0.14.2", url = "https://gitea.com/gitea/tea/releases/download # Outils individuels {{- range $tool := $currentHost.tools }} -{{ $tool }} = "latest" +"{{ $tool }}" = "latest" {{- end }} {{- end }} {{- end }} diff --git a/private_dot_config/mise/config.toml.tmpl b/private_dot_config/mise/config.toml.tmpl index 01c3131..38d0f3c 100644 --- a/private_dot_config/mise/config.toml.tmpl +++ b/private_dot_config/mise/config.toml.tmpl @@ -38,9 +38,6 @@ tree-sitter = "latest" # Password managers # vault = "latest" -sops = "latest" -age = "latest" -# "cargo:rage" = "latest" # Terminal # kitty = { version = "latest", asset_pattern = "kitty-*-x86_64.txz" }