Skip to content

Commit

Permalink
Downgrade pkgx to v1 (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecrs authored Jan 14, 2025
1 parent b240728 commit e3d21e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion home/.chezmoiexternal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@
{{ 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) }}
{{/* TODO: upgrde to pkgx v2 */}}
{{ $pkgxVersion := "1.3.1" }}
url: "https://github.com/pkgxdev/pkgx/releases/download/v{{ $pkgxVersion }}/pkgx-{{ $pkgxVersion }}+linux+{{ .uname_arch | replace "_" "-" }}.tar.xz"
path: pkgx
{{- end }}
Expand Down

0 comments on commit e3d21e6

Please sign in to comment.