add python and pkgs to passthru of mkPython

This commit is contained in:
DavHau 2020-10-11 16:11:19 +07:00
parent aa0d7cb6b3
commit 0553396343

View file

@ -339,6 +339,8 @@ rec {
passthru = oa.passthru // rec {
selectPkgs = select_pkgs;
pythonOverrides = all_overrides;
python = py_final;
pkgs = py_final.pkgs;
overlay = self: super:
let
py_attr_name = "python${pyver.major}${pyver.minor}";