[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

View File

@@ -2,7 +2,7 @@
let
common = { version, sha256, psqlSchema } @ args:
common = { version, sha256, psqlSchema }:
let atLeast = lib.versionAtLeast version; in stdenv.mkDerivation (rec {
name = "postgresql-${version}";