Merge pull request #3 from blue-build/add-nushell-version
feat: Add a nushell-version property for Recipe
This commit is contained in:
commit
a9603e0cd2
1 changed files with 7 additions and 0 deletions
|
|
@ -43,6 +43,13 @@ model Recipe {
|
|||
**/
|
||||
`blue-build-tag`?: string;
|
||||
|
||||
/**
|
||||
* The version of nushell to include in this image.
|
||||
* This will override the default BlueBuild Nushell version.
|
||||
* Change only if you need a specific version of Nushell, changing this might break some BlueBuild modules.
|
||||
*/
|
||||
`nushell-version`?: string;
|
||||
|
||||
/**
|
||||
* 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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue