query
On this page

overrideSrc

pkgs.haskell.lib.overrideSrc

Docs pulled from | This Revision | about 1 hour ago


Override the sources for the package and optionally the version. This also takes of removing editedCabalFile.


Noogle detected

Implementation

The following is the current implementation of this function.

overrideSrc = drv: src: compose.overrideSrc src drv;