-
Notifications
You must be signed in to change notification settings - Fork 204
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add pixi list --explict
#1216
Comments
That could make sense! Not sure how hard it would be as pixi can still read conda lock like format using |
Cool. Or, as |
A |
Will be implemented in: #1873 |
Huzzah! Looking forward to the next release! |
Problem description
As always: thanks for pixi!
The creaky old
conda list --explicit --md5
format (broken hash, without PyPI deps, and all) is still the most portable thing for feeding into other tools such asconstructor
and dependency scanners.While it would be possible to make a third-party contraption that extracted this data from the
pixi.lock
file, if the structure of even that is in flux (#1172), having apixi list --explicit
in the near term is likely the easiest thing to offer to folk that are otherwise curious aboutpixi
, but need to ship installers.An extra magic bonus would be not having to re-calculate a matrix with something akin to
conda-lock
's template mechanism:pixi list --explicit --format="path/to/folder/{environment}-{platform}.conda.lock.txt"
The text was updated successfully, but these errors were encountered: