[bot] treewide: remove unused 'args@' in lambdas

This commit is contained in:
volth
2018-07-20 19:54:05 +00:00
parent 1a6af9f88e
commit dda95bae35
74 changed files with 76 additions and 76 deletions
@@ -61,7 +61,7 @@ let
else
name;
copyIfBundledByPath = { bundledByPath ? false, ...}@main:
copyIfBundledByPath = { bundledByPath ? false, ...}:
(if bundledByPath then
assert gemFiles.gemdir != null; "cp -a ${gemFiles.gemdir}/* $out/" #*/
else ""