unix-tools: copy instead of linking
This prevents big closures from getting pulled in.
This commit is contained in:
parent
037e5d863b
commit
70c378891e
@ -24,7 +24,7 @@ let
|
||||
exit 1
|
||||
fi
|
||||
|
||||
ln -s "${provider}" "$out/bin/${cmd}"
|
||||
cp "${provider}" "$out/bin/${cmd}"
|
||||
'';
|
||||
|
||||
in rec {
|
||||
|
Loading…
Reference in New Issue
Block a user