nixpkgs/pkgs/top-level/python2-packages.nix
2021-04-03 17:49:42 +02:00

8 lines
173 B
Nix

# Extension with Python 2 packages that is overlayed on top
# of the Python 3 packages set. This way, Python 2+3 compatible
# packages can still be used.
self: super: {
}