Skip to content

Commit

Permalink
fix toml lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
zbowling committed Dec 29, 2024
1 parent d708270 commit 168ba2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ rustflags = [

[env]
PIXI_CONFIG_DIR = "pixi"
PIXI_PROJECT_LOCK_FILE = "pixi.lock"
PIXI_DEFAULT_CHANNELS = "conda-forge"
PIXI_DIR = ".pixi"
PIXI_PROJECT_LOCK_FILE = "pixi.lock"
# Required for `dist` to work with linux arm targets: https://github.com/axodotdev/cargo-dist/issues/74#issuecomment-2053680080
CC_aarch64_unknown_linux_musl = "aarch64-linux-gnu-gcc"

Expand Down

0 comments on commit 168ba2c

Please sign in to comment.