Skip to content

Commit

Permalink
feat: Add a nushell-version property for ModuleDefaults
Browse files Browse the repository at this point in the history
  • Loading branch information
gmpinder committed Dec 31, 2024
1 parent 89603c8 commit ad9d2ec
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src-tsp/main.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ model Recipe {
**/
`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.
* This is useful for compiling programs from source without polluting the final bootable image.
Expand Down

0 comments on commit ad9d2ec

Please sign in to comment.