We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3bebd8 commit fb2f348Copy full SHA for fb2f348
src/subsystems/nodejs/translators/package-lock-v2/default.nix
@@ -130,5 +130,17 @@ in rec {
130
default = "{automatic}";
131
type = "argument";
132
};
133
+
134
+ # TODO: this should either be removed or only used to select
135
+ # the nodejs version for translating, not for building.
136
+ nodejs = {
137
+ description = "nodejs version to use for building";
138
+ default = "14";
139
+ examples = [
140
+ "14"
141
+ "16"
142
+ ];
143
+ type = "argument";
144
+ };
145
146
}
0 commit comments