[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
+1 -1
View File
@@ -24,7 +24,7 @@ let
, rev ? "zfs-${version}"
, isUnstable ? false
, isLegacyCrypto ? false
, incompatibleKernelVersion ? null } @ args:
, incompatibleKernelVersion ? null }:
if buildKernel &&
(incompatibleKernelVersion != null) &&
versionAtLeast kernel.version incompatibleKernelVersion then