Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at 19.09 4 lines 161 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