cleanSource
lib.sources.cleanSource
Docs pulled from | This Revision | 4 days ago
Filters a source tree removing version control files and directories using cleanSourceFilter.
Inputs
src-
1. Function argument
Examples
cleanSource usage example
cleanSource ./.
Noogle detected
Implementation
The following is the current implementation of this function.
cleanSource =
src:
cleanSourceWith {
filter = cleanSourceFilter;
inherit src;
};