appendOverlays
pkgs.appendOverlays
Docs pulled from | This Revision | 10 minutes ago
in one go when calling Nixpkgs, for performance and simplicity.
Noogle detected
Implementation
The following is the current implementation of this function.
appendOverlays =
extraOverlays:
if extraOverlays == [ ] then self else nixpkgsFun { overlays = args.overlays ++ extraOverlays; };