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:
parent
68a72f1a47
commit
64801cc153
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user