From ad9d2ecc553fe897850249b59d1b524dd73e6f63 Mon Sep 17 00:00:00 2001 From: Gerald Pinder Date: Mon, 30 Dec 2024 18:40:16 -0500 Subject: [PATCH] feat: Add a nushell-version property for ModuleDefaults --- src-tsp/main.tsp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src-tsp/main.tsp b/src-tsp/main.tsp index 7d9b033..5a35cde 100644 --- a/src-tsp/main.tsp +++ b/src-tsp/main.tsp @@ -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.