Files
ccpkgs/pkgs/python-packages.nix
Tyson Whitehead 8f5981df31 pythonPackages: Implement overlay infrastructure
Accumulate overlays in pythonOverrides attribute and then apply
them just once to base python packages.

https://github.com/NixOS/nixpkgs/issues/44426
2018-08-10 17:43:23 -04:00

4 lines
35 B
Nix

pkgs: self: super: with self; {
}