Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/reference/pixi_manifest.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Pixi solves the dependencies for all these platforms and puts them in the lock f
--8<-- "docs/source_files/pixi_tomls/main_pixi.toml:project_platforms"
```

The available platforms are listed here: [link](https://docs.rs/rattler_conda_types/latest/rattler_conda_types/enum.Platform.html)
The available platforms are listed here: [link](https://docs.rs/rattler_conda_types/latest/rattler_conda_types/platform/enum.Platform.html)

!!! tip "Special macOS behavior"
macOS has two platforms: `osx-64` for Intel Macs and `osx-arm64` for Apple Silicon Macs.
Expand Down
Loading