about summary refs log tree commit diff stats
path: root/.cargo/config.toml
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-07-10 15:47:36 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-07-10 15:47:36 +0200
commit4276f312926c0b166967066ca06887d42e362561 (patch)
tree754753759d9f1a3a637b447c5a4dee14977c25db /.cargo/config.toml
parentchore(version): v1.7.1 (diff)
downloadyt-4276f312926c0b166967066ca06887d42e362561.zip
build(.cargo/cargo.toml): Remove pointless `PYO3_PATH`
Hard-coding a nix store is ridiculous.
Diffstat (limited to '.cargo/config.toml')
-rw-r--r--.cargo/config.toml3
1 files changed, 0 insertions, 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 <https://www.gnu.org/licenses/gpl-3.0.txt>.
 
-[env]
-PYO3_PYTHON = "/nix/store/7xzk119acyws2c4ysygdv66l0grxkr39-python3-3.11.9-env/bin/python3"
-
 [build]
 rustflags = ["-Clink-arg=-fuse-ld=mold", "-Ctarget-cpu=native"]