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"