Framework configuration
extendingMakesDirs
Paths to magic directories where Makes extensions will be loaded from.
Types:
-
extendingMakesDirs (
listOf str
): Optional.Defaults to
["/makes"]
.
Example:
inputs
Explicitly declare the inputs and sources for your project. Inputs can be anything.
Types:
-
inputs (
attrOf anything
): Optional.Defaults to
{ }
.
Example: