Skip to content

Commit

Permalink
refactor: use aqua for nfpm (#3248)
Browse files Browse the repository at this point in the history
* refactor: use aqua for nfpm

* added test

---------

Co-authored-by: jdx <216188+jdx@users.noreply.github.com>
  • Loading branch information
scop and jdx authored Nov 27, 2024
1 parent 4386584 commit 244102f
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 @@ -514,7 +514,7 @@ You can also specify the full name for a tool using `mise use aqua:1password/cli
| neovim | [aqua:neovim/neovim](https://github.com/neovim/neovim) [asdf:richin13/asdf-neovim](https://github.com/richin13/asdf-neovim) |
| nerdctl | [asdf:dmpe/asdf-nerdctl](https://github.com/dmpe/asdf-nerdctl) |
| newrelic | [ubi:newrelic/newrelic-cli](https://github.com/newrelic/newrelic-cli) [asdf:NeoHsu/asdf-newrelic-cli](https://github.com/NeoHsu/asdf-newrelic-cli) |
| nfpm | [ubi:goreleaser/nfpm](https://github.com/goreleaser/nfpm) [asdf:ORCID/asdf-nfpm](https://github.com/ORCID/asdf-nfpm) |
| nfpm | [aqua:goreleaser/nfpm](https://github.com/goreleaser/nfpm) [ubi:goreleaser/nfpm](https://github.com/goreleaser/nfpm) [asdf:ORCID/asdf-nfpm](https://github.com/ORCID/asdf-nfpm) |
| nim | [asdf:asdf-community/asdf-nim](https://github.com/asdf-community/asdf-nim) |
| ninja | [aqua:ninja-build/ninja](https://github.com/ninja-build/ninja) [asdf:asdf-community/asdf-ninja](https://github.com/asdf-community/asdf-ninja) |
| node | [core:node](https://mise.jdx.dev/lang/node.html) |
Expand Down
3 changes: 2 additions & 1 deletion registry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,8 @@ neovim.backends = ["aqua:neovim/neovim", "asdf:richin13/asdf-neovim"]
nerdctl.backends = ["asdf:dmpe/asdf-nerdctl"]
newrelic.aliases = ["newrelic-cli"]
newrelic.backends = ["ubi:newrelic/newrelic-cli[exe=newrelic]", "asdf:NeoHsu/asdf-newrelic-cli"]
nfpm.backends = ["ubi:goreleaser/nfpm", "asdf:ORCID/asdf-nfpm"]
nfpm.backends = ["aqua:goreleaser/nfpm", "ubi:goreleaser/nfpm", "asdf:ORCID/asdf-nfpm"]
nfpm.test = ["nfpm --version", "{{version}}"]
nim.backends = ["asdf:asdf-community/asdf-nim"]
ninja.backends = ["aqua:ninja-build/ninja", "asdf:asdf-community/asdf-ninja"]
node.backends = ["core:node"]
Expand Down

0 comments on commit 244102f

Please sign in to comment.