Skip to content

Commit

Permalink
feat(registry): use pipx for pdm
Browse files Browse the repository at this point in the history
  • Loading branch information
risu729 committed Dec 12, 2024
1 parent 8551448 commit 4ace300
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/registry.md
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ You can also specify the full name for a tool using `mise use aqua:1password/cli
| packer | [aqua:hashicorp/packer](https://github.com/hashicorp/packer) [asdf:asdf-community/asdf-hashicorp](https://github.com/asdf-community/asdf-hashicorp) |
| pandoc | [asdf:Fbrisset/asdf-pandoc](https://github.com/Fbrisset/asdf-pandoc) |
| patat | [asdf:airtonix/asdf-patat](https://github.com/airtonix/asdf-patat) |
| pdm | [asdf:1oglop1/asdf-pdm](https://github.com/1oglop1/asdf-pdm) |
| pdm | [pipx:pdm](https://pypi.org/project/pdm) [asdf:1oglop1/asdf-pdm](https://github.com/1oglop1/asdf-pdm) |
| peco | [aqua:peco/peco](https://github.com/peco/peco) [asdf:asdf-community/asdf-peco](https://github.com/asdf-community/asdf-peco) |
| periphery | [asdf:MontakOleg/asdf-periphery](https://github.com/MontakOleg/asdf-periphery) |
| perl | [asdf:ouest/asdf-perl](https://github.com/ouest/asdf-perl) |
Expand Down
3 changes: 2 additions & 1 deletion registry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,8 @@ pachctl.backends = ["asdf:abatilo/asdf-pachctl"]
packer.backends = ["aqua:hashicorp/packer", "asdf:asdf-community/asdf-hashicorp"]
pandoc.backends = ["asdf:Fbrisset/asdf-pandoc"]
patat.backends = ["asdf:airtonix/asdf-patat"]
pdm.backends = ["asdf:1oglop1/asdf-pdm"]
pdm.backends = ["pipx:pdm", "asdf:1oglop1/asdf-pdm"]
pdm.test = ["pdm --version", "PDM, version {{version}}"]
peco.backends = ["aqua:peco/peco", "asdf:asdf-community/asdf-peco"]
periphery.backends = ["asdf:MontakOleg/asdf-periphery"]
perl.backends = ["asdf:ouest/asdf-perl"]
Expand Down

0 comments on commit 4ace300

Please sign in to comment.