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

This was leftover from early implementations.
The overrides are passed via packageOverrides in lua-modules/default.nix
wip/yesman
Matthieu Coudron 5 years ago
parent 68a72f1a47
commit 64801cc153
  1. 3
      pkgs/top-level/lua-packages.nix

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

Loading…
Cancel
Save