unix-tools: copy instead of linking
This prevents big closures from getting pulled in.
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user