Open pavelzw opened 2 weeks ago
I think we could even implement this only for RepoDataRecord (a prefix record contains that)
We implemented this function in pixi-pack: https://github.com/Quantco/pixi-pack/blob/daf227ef11be67a109f5168b0d6d3c3fad3ca913/src/pack.rs#L409
@baszalmstra do you think it makes sense to upstream it here?
Yeah for sure!
Checklist
What is the idea?
We would like to add a check in
pixi-pack pack --inject ...
(i.e. adding a package on top of a locked pixi env) that the injected packages form a valid environment.Why is this needed?
No response
What should happen?
No response
Additional Context
https://github.com/Quantco/pixi-pack/issues/48