Replies: 1 comment 4 replies
-
|
Very early days but: https://github.com/syhol/mise-pkgx-backend |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This feature request provides an alternative to #5408 (the devbox backend) and #5412 (the docker backend) for dealing with packages that have complicated build processes and that are not available on other mise backends.
A pkgx backend would enable mise users to install packages from the pkgx package registry.
As a mise-backend, it would be possible to add dnsmasq using something like:
The backend (and mise shims) might invoke the
pkgxcli, or potentially even use the Rust library.With mise it could be executed as:
This might be simpler than
dockerordevboxto integrate intomisedue to the fact that bothmiseandpkgxuse Rust.A
pkgxbackend would contribute about 1,585 packages to the mise user base (although many of these packages probably already exist on other backends, so the true contribution is not known).Related:
Beta Was this translation helpful? Give feedback.
All reactions