Skip to content

Commit fb2f348

Browse files
committed
fixup rename
1 parent a3bebd8 commit fb2f348

File tree

1 file changed

+12
-0
lines changed
  • src/subsystems/nodejs/translators/package-lock-v2

1 file changed

+12
-0
lines changed

src/subsystems/nodejs/translators/package-lock-v2/default.nix

+12
Original file line numberDiff line numberDiff line change
@@ -130,5 +130,17 @@ in rec {
130130
default = "{automatic}";
131131
type = "argument";
132132
};
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+
};
133145
};
134146
}

0 commit comments

Comments
 (0)