Cleanup logic

This commit is contained in:
Matthew Bauer 2018-04-25 14:29:51 -05:00
parent d371f1a5a6
commit ebbcafa214

View File

@ -6,7 +6,7 @@ let
arx' = haskellPackages.arx.overrideAttrs (o: {
patchPhase = (o.patchPhase or "") + ''
substituteInPlace model-scripts/tmpx.sh \
--replace "/tmp/" ' ''${XDG_CACHE_HOME:-"$HOME/.cache"}/'
--replace /tmp/ \$HOME/.cache/
'';
});
in rec {