query
On this page

extend

pkgs.extend

Docs pulled from | This Revision | about 1 hour ago


Nixpkgs manual

Prefer appendOverlays if used repeatedly.

Noogle detected

Implementation

The following is the current implementation of this function.

extend = f: self.appendOverlays [ f ];