nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at python-updates 4 lines 167 B view raw
1# Fix 'failed to open: /homeless-shelter/.cargo/.package-cache' in rust 1.36. 2if [[ -z ${IN_NIX_SHELL-} && -z ${CARGO_HOME-} ]]; then 3 export CARGO_HOME=$TMPDIR 4fi