lua-packages.nix:remove unused 'overrides' setting

This was leftover from early implementations.
The overrides are passed via packageOverrides in lua-modules/default.nix
This commit is contained in:
Matthieu Coudron 2019-03-07 15:09:33 +09:00
parent 68a72f1a47
commit 64801cc153

View File

@ -12,7 +12,6 @@
, fetchFromGitHub, libmpack, which, fetchpatch, writeText , fetchFromGitHub, libmpack, which, fetchpatch, writeText
, pkgs , pkgs
, fetchgit , fetchgit
, overrides ? (self: super: {})
, lib , lib
}: }:
@ -867,4 +866,4 @@ with self; {
}); });
}); });
in (lib.extends overrides packages) in packages