From a9491099f9f19ded9c12e463fd6ca50d0116ed3f Mon Sep 17 00:00:00 2001 From: Tao Tien <29749622+taotien@users.noreply.github.com> Date: Tue, 11 Nov 2025 11:22:58 -0800 Subject: [PATCH] fix cargotoml --- extras/dev.nix | 1 + users/tao/cargo.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/extras/dev.nix b/extras/dev.nix index f0255d3..b8057ca 100644 --- a/extras/dev.nix +++ b/extras/dev.nix @@ -44,6 +44,7 @@ tio tokei # repo code stats typos + wild z3 # keep-sorted end diff --git a/users/tao/cargo.toml b/users/tao/cargo.toml index 031e2a6..63bba87 100644 --- a/users/tao/cargo.toml +++ b/users/tao/cargo.toml @@ -5,7 +5,7 @@ d = "doc --no-deps --open" [build] target = "x86_64-unknown-linux-gnu" -target-dir = "~/.cache/cargo/target" +target-dir = "/home/tao/.cache/cargo/target" rustflags = ["-Z", "threads=8"] rustc-wrapper = "/path/to/sccache"