From 772f628942c192cca92d4adbdda55f1d0cdefcc7 Mon Sep 17 00:00:00 2001 From: punkfairie <23287005+punkfairie@users.noreply.github.com> Date: Sun, 21 Apr 2024 10:36:56 -0700 Subject: [PATCH] Update .local/bin/update-package-list --- dot_local/bin/executable_update-package-list.tmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dot_local/bin/executable_update-package-list.tmpl b/dot_local/bin/executable_update-package-list.tmpl index ed5e12b..e05e029 100644 --- a/dot_local/bin/executable_update-package-list.tmpl +++ b/dot_local/bin/executable_update-package-list.tmpl @@ -1,3 +1,5 @@ +{{- if eq .osid "linux-arch" }} #!/usr/bin/env fish yay -Qeq >{{ joinPath .chezmoi.sourceDir "dot_config/packages" .chezmoi.hostname }} +{{- end -}}