From 9021efe3accce1cb53aef605a4f5d7ec45bade19 Mon Sep 17 00:00:00 2001 From: Gal Szkolnik Date: Thu, 8 May 2025 15:53:53 +0000 Subject: [PATCH] Fix lnav external --- chezmoi.roots/_home/.chezmoiexternal.yaml.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chezmoi.roots/_home/.chezmoiexternal.yaml.tmpl b/chezmoi.roots/_home/.chezmoiexternal.yaml.tmpl index 9e016be..8ce5bda 100644 --- a/chezmoi.roots/_home/.chezmoiexternal.yaml.tmpl +++ b/chezmoi.roots/_home/.chezmoiexternal.yaml.tmpl @@ -314,7 +314,7 @@ {{- if (eq .chezmoi.os "darwin" ) -}} {{- $myArch = list .sz.os.arch_alt "macos" | join "-" -}} {{- else -}} -{{- $myArch = list .chezmoi.os .chezmoi.arch | join "-" -}} +{{- $myArch = list "linux-musl" .sz.os.arch_alt | join "-" -}} {{- end -}} {{- with $app_name := "lnav" -}}