move pythonPackagesExtensions up to toplevel where it belongs

This commit is contained in:
Colin 2023-05-03 06:13:18 +00:00
parent 89f81da134
commit 897ba300b2

View File

@ -57,10 +57,8 @@ let
### PYTHON PACKAGES ### PYTHON PACKAGES
python-packages = { pythonPackagesExtensions = (unpatched.pythonPackagesExtensions or []) ++ [
pythonPackagesExtensions = prev.pythonPackagesExtensions ++ [ (py-final: py-prev: import ./python-packages { inherit (py-prev) callPackage; })
(py-final: py-prev: import ./python-packages { inherit (py-prev) callPackage; }) ];
];
};
}); });
in sane.packages sane in sane.packages sane