nixpkgs-mozilla/default.nix

10 строки
213 B
Nix

# 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