Skip to content

Commit

Permalink
Add Pixi libc
Browse files Browse the repository at this point in the history
  • Loading branch information
W1M0R committed Jul 15, 2024
1 parent da4405b commit f181e13
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pixi/plugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ type = "cli"
git-url = "https://github.com/prefix-dev/pixi"

[platform.linux]
download-file = "pixi-{arch}-unknown-linux-musl.tar.gz"
download-file = "pixi-{arch}-unknown-linux-{libc}.tar.gz"

[platform.macos]
download-file = "pixi-{arch}-apple-darwin.tar.gz"
Expand All @@ -15,3 +15,7 @@ download-file = "pixi-{arch}-pc-windows-msvc.zip"

[install]
download-url = "https://github.com/prefix-dev/pixi/releases/download/v{version}/{download_file}"

[install.libc]
gnu = ""
musl = "-musl"

0 comments on commit f181e13

Please sign in to comment.