private pantry support? #1123
Answered
by
jhheider
andrewcrook
asked this question in
Help
|
is it possible to create and use a private pantry with pkgx and tools? |
Answered by
jhheider
Feb 13, 2025
Replies: 1 comment
|
you can build you'd need to set up a pantry with similar layout to https://dist.pkgx.dev/, possibly proxying 404s to our pantry for packages you don't provide. adding a hierarchical array of pantries isn't on the roadmap atm, but it should be feasible. |
0 replies
Answer selected by
andrewcrook
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
you can build
pkgxwith alternate paths: https://github.com/pkgxdev/pkgx/blob/main/crates/lib/build.rsyou'd need to set up a pantry with similar layout to https://dist.pkgx.dev/, possibly proxying 404s to our pantry for packages you don't provide. adding a hierarchical array of pantries isn't on the roadmap atm, but it should be feasible.