unix-tools: copy instead of linking

This prevents big closures from getting pulled in.
This commit is contained in:
Matthew Bauer 2018-04-10 18:55:25 -05:00
parent 037e5d863b
commit 70c378891e

View File

@ -24,7 +24,7 @@ let
exit 1 exit 1
fi fi
ln -s "${provider}" "$out/bin/${cmd}" cp "${provider}" "$out/bin/${cmd}"
''; '';
in rec { in rec {