default.nix (7 lines of code) (raw):

# Nixpkgs overlay which aggregates overlays for tools and products, used and # published by Mozilla. self: super: with super.lib; (foldl' (flip extends) (_: super) (map import (import ./overlays.nix))) self