aboutsummaryrefslogtreecommitdiff
path: root/pkgs/os-specific/linux/zfs
diff options
context:
space:
mode:
authorvolth <volth@volth.com>2018-07-20 19:54:05 +0000
committervolth <volth@volth.com>2018-07-20 19:54:05 +0000
commitdda95bae353e8c78faa921dbf25347b11060b383 (patch)
tree0da206955cef651a8c2a5b3e1e8e4c74646b9179 /pkgs/os-specific/linux/zfs
parent1a6af9f88ec2405334a9fd6a977ccbcb53472305 (diff)
[bot] treewide: remove unused 'args@' in lambdas
Diffstat (limited to 'pkgs/os-specific/linux/zfs')
-rw-r--r--pkgs/os-specific/linux/zfs/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/zfs/default.nix b/pkgs/os-specific/linux/zfs/default.nix
index 6eac54ddf65..45edf8945c0 100644
--- a/pkgs/os-specific/linux/zfs/default.nix
+++ b/pkgs/os-specific/linux/zfs/default.nix
@@ -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