From 168ba2c1908b05fc0c13ba54493c241c38cacb98 Mon Sep 17 00:00:00 2001 From: Zac Bowling Date: Sun, 29 Dec 2024 14:45:19 -0800 Subject: [PATCH] fix toml lint errors --- .cargo/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index 91ec3fc71..eb46e005f 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -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"