You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
platforms = ["linux-64"] restricts pixi-based packaging and installation to Linux. Cross-platform support would require adding osx-arm64, osx-64, and win-64 to the platforms list.
Evidence
pixi.toml:7
Description
platforms = ["linux-64"]restricts pixi-based packaging and installation to Linux. Cross-platform support would require addingosx-arm64,osx-64, andwin-64to the platforms list.Part of #92