Skip to content

Commit

Permalink
Do not install pkgx on alpine devcontainers
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecrs committed Mar 9, 2024
1 parent d64cdcb commit 4bb3e7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/.chezmoiexternal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
executable: true
{{- end }}

{{ if not .is_devcontainer | or (.is_devcontainer | and (not (lookPath "pkgx"))) -}}
{{ if not .is_devcontainer | or (.is_devcontainer | and (not (lookPath "pkgx")) | and (ne .chezmoi.osRelease.id "alpine")) -}}
".local/bin/pkgx":
type: archive-file
{{ $pkgxVersion := includeTemplate "get-github-latest-version" (list "pkgxdev/pkgx" $cache) }}
Expand Down

0 comments on commit 4bb3e7d

Please sign in to comment.