feat: Add a nushell-version property for ModuleDefaults
This commit is contained in:
parent
89603c82b6
commit
ad9d2ecc55
1 changed files with 6 additions and 0 deletions
|
|
@ -43,6 +43,12 @@ model Recipe {
|
||||||
**/
|
**/
|
||||||
`blue-build-tag`?: string;
|
`blue-build-tag`?: string;
|
||||||
|
|
||||||
|
/** The version of nushell to use for this module.
|
||||||
|
* This will override the version specified in the module's
|
||||||
|
* label `org.blue-build.nushell-version`.
|
||||||
|
*/
|
||||||
|
`nushell-version`?: string;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A list of [stages](https://blue-build.org/reference/stages/) that are executed before the build of the final image.
|
* A list of [stages](https://blue-build.org/reference/stages/) that are executed before the build of the final image.
|
||||||
* This is useful for compiling programs from source without polluting the final bootable image.
|
* This is useful for compiling programs from source without polluting the final bootable image.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue