7 lines
166 B
Nix
7 lines
166 B
Nix
self: super: {
|
|
python3Packages =
|
|
super.python3Packages
|
|
// super.recurseIntoAttrs (
|
|
super.python3Packages.callPackage ../pkgs/python-pkgs { }
|
|
);
|
|
}
|