nixpkgs/pkgs/top-level/python2-packages.nix

8 lines
173 B
Nix
Raw Normal View History

2021-03-24 11:12:48 +00:00
# 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: {
}