Problem description
#3092 allows to skip installation of all local source pypi / conda packages present in a lock file.
We may consider expanding that feature, to allow skipping install of arbitrary packages present in the lock file:
pixi install --frozen --skip package1 package2
Not sure if there is a need for it though, so logging it here as an issue to see what use cases users come up with 😅
Originally posted by @tdejager in #3092 (comment)