about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/compilers/rust/setup-hook.sh
blob: 7078ec7060b91bde6b8c354aba62ad391e7db2f3 (plain) (blame)
1
2
3
4
# Fix 'failed to open: /homeless-shelter/.cargo/.package-cache' in rust 1.36.
if [[ -z $IN_NIX_SHELL && -z $CARGO_HOME ]]; then
    export CARGO_HOME=$TMPDIR
fi