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