self: super: with super.lib; let # Load the system wide overlays overlays = (import { }).config.nixpkgs.overlays; # Apply all overlays to the input of the current "main" overlay in foldl' (flip extends) (_: super) overlays self