Skip to content

Commit

Permalink
Remove cargo home variable
Browse files Browse the repository at this point in the history
  • Loading branch information
surma committed Aug 14, 2024
1 parent ee61b9f commit c1be464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/rust-helpers/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
dontConfigure = true;
buildPhase = ''
runHook preBuild
export CARGO_HOME=$TMPDIR/.cargo
cargo build \
--config 'source.crates-io.replace-with="vendored-sources"' \
--config 'source.vendored-sources.directory="${vendoredDependencies}"' \
Expand Down

0 comments on commit c1be464

Please sign in to comment.