Skip to content

Commit

Permalink
fixup rename
Browse files Browse the repository at this point in the history
  • Loading branch information
wmertens committed Jul 16, 2022
1 parent a3bebd8 commit fb2f348
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/subsystems/nodejs/translators/package-lock-v2/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -130,5 +130,17 @@ in rec {
default = "{automatic}";
type = "argument";
};

# TODO: this should either be removed or only used to select
# the nodejs version for translating, not for building.
nodejs = {
description = "nodejs version to use for building";
default = "14";
examples = [
"14"
"16"
];
type = "argument";
};
};
}

0 comments on commit fb2f348

Please sign in to comment.