[bot] treewide: remove unused 'args@' in lambdas
This commit is contained in:
@@ -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}";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user