From 4276f312926c0b166967066ca06887d42e362561 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Thu, 10 Jul 2025 15:47:36 +0200 Subject: build(.cargo/cargo.toml): Remove pointless `PYO3_PATH` Hard-coding a nix store is ridiculous. --- .cargo/config.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index 338862f..94d197f 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -8,8 +8,5 @@ # You should have received a copy of the License along with this program. # If not, see . -[env] -PYO3_PYTHON = "/nix/store/7xzk119acyws2c4ysygdv66l0grxkr39-python3-3.11.9-env/bin/python3" - [build] rustflags = ["-Clink-arg=-fuse-ld=mold", "-Ctarget-cpu=native"] -- cgit 1.4.1