Open nichmor opened 2 weeks ago
I think we should not allow such (empty) environment declaration in manifest.
I was starting out with that, but I remember that it made things a bit awkward in a couple of places. I think we should just fix pixi global list
:)
Checks
[x] I have checked that this issue has not already been reported.
[x] I have confirmed this bug exists on the latest version of pixi, using
pixi --version
.Reproducible example
Issue description
If an empty environment is present in pixi global manifest as in the example
it will make
pixi global list
fail with the following error:× No package records found in /Users/graf/.pixi/envs/some_dev/conda-meta
Expected behavior
I think we should not allow such (empty) environment declaration in manifest.