Skip to content

Commit

Permalink
Revert "Use my pkgx fork while pkgx is inactive"
Browse files Browse the repository at this point in the history
This reverts commit 62f1a47, thanks to
pkgxdev/libpkgx#78.
  • Loading branch information
felipecrs committed Sep 25, 2024
1 parent ab0bf8d commit 73d42cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions home/.chezmoiexternal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +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 "felipecrs/pkgx" $cache) }}
url: "https://github.com/felipecrs/pkgx/releases/download/v{{ $pkgxVersion }}/pkgx-{{ $pkgxVersion }}+linux+{{ .uname_arch | replace "_" "-" }}.tar.xz"
{{ $pkgxVersion := includeTemplate "get-github-latest-version" (list "pkgxdev/pkgx" $cache) }}
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 73d42cd

Please sign in to comment.