From 21b5b11aebf0621f14bc61b9b6050c306bc33897 Mon Sep 17 00:00:00 2001 From: Brian Zalewski <59970525+ProfessorManhattan@users.noreply.github.com> Date: Mon, 25 Dec 2023 02:03:27 +0000 Subject: [PATCH] Latest --- .../universal/run_before_04-requirements.sh.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.chezmoiscripts/universal/run_before_04-requirements.sh.tmpl b/home/.chezmoiscripts/universal/run_before_04-requirements.sh.tmpl index c7ec7bfa..4bca4eb7 100644 --- a/home/.chezmoiscripts/universal/run_before_04-requirements.sh.tmpl +++ b/home/.chezmoiscripts/universal/run_before_04-requirements.sh.tmpl @@ -7,8 +7,8 @@ {{ includeTemplate "universal/logg-before" }} -{{- if ne .host.distro.id "darwin" -}} {{- $packages := splitList " " (includeTemplate "universal/common-dependencies" .) -}} +{{- if ne .host.distro.id "darwin" -}} {{- $additionalPackages := splitList " " (includeTemplate (print .host.distro.id "/common-dependencies") .) -}} {{- $packages = concat $packages $additionalPackages -}} {{- end -}}