query
On this page

overrideSetup

pkgs.overrideSetup

Docs pulled from | This Revision | 1 day ago


Nixpkgs manual

};

Noogle detected

Implementation

The following is the current implementation of this function.

overrideSetup = stdenv: setupScript: stdenv.override { inherit setupScript; };